Change wrong variable

This commit is contained in:
root 2018-08-02 20:50:29 +02:00
parent b65ffc51f3
commit 015660d6f4

View file

@ -5,7 +5,7 @@
SCRIPT_PATH=`realpath $0`
# Remove the filename
DOTFILES=`dirname $SCRIPT`
DOTFILES=`dirname $SCRIPT_PATH`
mkdir $HOME/.vim
ln -sf $DOTFILES/{.bashrc,vim/.vimrc,.tmux.conf,.profile} $HOME/