fixed: reverted vim alias
This commit is contained in:
@@ -9,7 +9,7 @@ MVIM=$(command -v mvim)
|
|||||||
|
|
||||||
case $ostype in
|
case $ostype in
|
||||||
darwin*)
|
darwin*)
|
||||||
[[ -n $MVIM ]] && alias vim="mvim --remote-tab"
|
[[ -n $MVIM ]] && alias mvim="mvim --remote-tab"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
[[ -n $GVIM ]] && alias gvim="gvim -b --remote-tab"
|
[[ -n $GVIM ]] && alias gvim="gvim -b --remote-tab"
|
||||||
|
|||||||
Reference in New Issue
Block a user