From 902a8d754bd721aeeff55c4ccbb91d60c7155185 Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Mon, 18 May 2015 19:29:07 +0200 Subject: [PATCH] Fix the vim alias. --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index 00abfbf..9db1f38 100644 --- a/zshrc +++ b/zshrc @@ -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