1
0
mirror of https://github.com/bertptrs/vimconfig.git synced 2025-12-25 12:30:32 +01:00

Fix the vim alias.

This commit is contained in:
Bert Peters
2015-05-18 19:29:07 +02:00
parent a5a125e662
commit 902a8d754b

2
zshrc
View File

@@ -17,7 +17,7 @@ source $ZSH/oh-my-zsh.sh
unalias rm
# Several aliases
gvim='gvim --remote-tab'
alias gvim='gvim --remote-tab'
if (( $+commands[thefuck] ))
then