light refactoring

This commit is contained in:
Loic Nageleisen 2012-08-09 15:43:49 +02:00
parent d587da0c86
commit 97103334ca
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
#!/bin/sh
ln -sfn "$(pwd)" "$HOME/.vim"
ln -sfn "$HOME/.vim/vimrc" "$HOME/.vimrc"
[ $(pwd) = "$HOME/.vim" ] || ln -sfn "$(pwd)" "$HOME/.vim"
ln -sfn "$HOME/.vim/rc" "$HOME/.vimrc"