fix symlink script
This commit is contained in:
parent
dd655573d5
commit
065a8377ad
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ _symlinkFiles() {
|
|||
if [ -f ~/${file} ]; then
|
||||
rm ~/${file}
|
||||
fi
|
||||
ln -s ~/dotfiles/${file}/ ~/${file}
|
||||
ln -s ~/dotfiles/${file} ~/${file}
|
||||
done;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue