From 7a572b3fd2acec61afc52d4b5d37cd5db7c76684 Mon Sep 17 00:00:00 2001 From: Haak Saxberg Date: Thu, 24 Apr 2014 17:46:34 -0700 Subject: [PATCH] alias to local/bin/vim --- zsh-files/zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zsh-files/zshrc b/zsh-files/zshrc index 3796033..29113f4 100644 --- a/zsh-files/zshrc +++ b/zsh-files/zshrc @@ -50,4 +50,6 @@ source $ZSH/oh-my-zsh.sh #. ~/dotfiles/misc-files/powerline/powerline/bindings/zsh/powerline.zsh # export PYTHONPATH=~/.vim/bundle/powerline:$PYTHONPATH # + +alias vim="~/local/bin/vim" export EDITOR=vim