Merge pull request #388 from bastos/fix-vim-aliases

Fix $OSTYPE variable
pull/393/head
Nils Winkler 2014-12-27 11:55:58 +01:00
commit af9bfe54e2
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ MVIM=$(command -v mvim)
[[ -n $VIM ]] && alias v=$VIM
case $ostype in
case $OSTYPE in
darwin*)
[[ -n $MVIM ]] && alias mvim="mvim --remote-tab"
;;