install.sh now correctly use /home/lhark instead of /home/lhark
This commit is contained in:
parent
69af453d11
commit
e143ad05e8
1 changed files with 1 additions and 1 deletions
|
@ -10,5 +10,5 @@ FILES="vimrc zshrc gitconfig"
|
|||
for file in $FILES
|
||||
do
|
||||
ln -s -T $SCRIPTPATH/$file .$file
|
||||
mv .$file /home/$USER
|
||||
mv .$file $HOME
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue