alias for new vim on mac only

This commit is contained in:
Cyryl Plotnicki-Chudyk 2013-10-09 11:19:02 +02:00
parent c33267ab1b
commit a0eecb85fd
2 changed files with 6 additions and 0 deletions

4
.zshrc
View file

@ -13,4 +13,8 @@ promptinit
prompt redhat
if [[ `uname` == 'Darwin' ]]; then
alias vim=/usr/local/Cellar/vim/7.4/bin/vim
fi
PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting

View file

@ -25,3 +25,5 @@
[mergetool "sourcetree"]
cmd = /Applications/SourceTree.app/Contents/Resources/opendiff-w.sh \"$LOCAL\" \"$REMOTE\" -ancestor \"$BASE\" -merge \"$MERGED\"
trustExitCode = true
[push]
default = simple