Sourcing.

This commit is contained in:
Bartek Stalewski 2013-10-23 02:56:54 +02:00
parent 591c66fcac
commit 56e6442bc7

View File

@ -36,6 +36,7 @@ case `uname` in
esac esac
echo "zstyle ':vcs_info:*' enable hg bzr git svn" >> ~/.zshrc echo "zstyle ':vcs_info:*' enable hg bzr git svn" >> ~/.zshrc
echo "[ -e ~/.zshrc.local ] && source ~/.zshrc.local" >> ~/.zshrc echo "[ -e ~/.zshrc.local ] && source ~/.zshrc.local" >> ~/.zshrc
source ~/.zshrc
# vim # vim
ln -sf ~/.dotfiles/vim ~/.vim ln -sf ~/.dotfiles/vim ~/.vim