Merge branch 'master' of github.com:lloeki/vimfiles

This commit is contained in:
Loic Nageleisen 2011-12-31 16:37:44 +01:00
commit 857987e031

View file

@ -1,5 +1,5 @@
#!/bin/sh
ln -sfh "$(pwd)" "$HOME/.vim"
ln -sfh "$HOME/.vim/vimrc" "$HOME/.vimrc"
ln -sfn "$(pwd)" "$HOME/.vim"
ln -sfn "$HOME/.vim/vimrc" "$HOME/.vimrc"