Skip to content

Commit

Permalink
Use terminal vim as default editor
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmartin committed Mar 1, 2011
1 parent c87d6bf commit 845c205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bash_profile
Expand Up @@ -9,7 +9,7 @@ function top_email_addresses() {
} }


export PATH=/usr/local/bin:$PATH export PATH=/usr/local/bin:$PATH
export EDITOR=~/.scripts/mvim export EDITOR=~/.scripts/vim


test -r /sw/bin/init.sh && . /sw/bin/init.sh test -r /sw/bin/init.sh && . /sw/bin/init.sh


Expand Down

0 comments on commit 845c205

Please sign in to comment.