portable no follow symlink

This commit is contained in:
Loic Nageleisen 2011-12-31 17:25:11 +01:00
parent 44a8cbc706
commit eb4b6a9897

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"