Update install script

This commit is contained in:
pgrondek 2019-04-04 18:47:17 +02:00
parent 685e6112e0
commit 781b61f4dc

View File

@ -1,5 +1,5 @@
#!/bin/sh
rm $HOME/.vimrc &> /dev/null
rm -f $HOME/.vimrc
ln -s vimrc ~/.vimrc
ln -s $(pwd)/vimrc $HOME/.vimrc