Skip to content

Commit

Permalink
Set VISUAL in addition to EDITOR
Browse files Browse the repository at this point in the history
  • Loading branch information
duelinmarkers committed Apr 11, 2013
1 parent 5fb0494 commit 907eaf7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ export PATH=/usr/local/bin:$JAVA_HOME/bin:/usr/local/mysql/bin:$HOME/bin:$PATH
export MANPATH=/opt/local/share/man:$MANPATH
export CLICOLOR=1
export LSCOLORS=GxFxCxDxBxegedabagacad
export EDITOR='vim'
export EDITOR=vim
export VISUAL=$EDITOR
export GREP_OPTIONS='--color=auto'
export CLASSPATH=$CLASSPATH:/usr/local/Cellar/clojure-contrib/1.2.0/clojure-contrib.jar
export FIG_REMOTE_URL=ftp://devnas/builds/Fig/repos
Expand Down

0 comments on commit 907eaf7

Please sign in to comment.