Change wrong variable
This commit is contained in:
parent
b65ffc51f3
commit
015660d6f4
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
SCRIPT_PATH=`realpath $0`
|
SCRIPT_PATH=`realpath $0`
|
||||||
|
|
||||||
# Remove the filename
|
# Remove the filename
|
||||||
DOTFILES=`dirname $SCRIPT`
|
DOTFILES=`dirname $SCRIPT_PATH`
|
||||||
|
|
||||||
mkdir $HOME/.vim
|
mkdir $HOME/.vim
|
||||||
ln -sf $DOTFILES/{.bashrc,vim/.vimrc,.tmux.conf,.profile} $HOME/
|
ln -sf $DOTFILES/{.bashrc,vim/.vimrc,.tmux.conf,.profile} $HOME/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue