fixes #28 ~/.vim/ symlink in link.sh
Thanks to @archer96 for finding the issue and providing fix
This commit is contained in:
@@ -51,6 +51,6 @@ for file in "${!vimfiles[@]}"; do
|
||||
echo "${file} already exists... skipping"
|
||||
else
|
||||
echo "Creating symlink for $file"
|
||||
ln -s $vimfiles[$file] $file
|
||||
ln -s ${vimfiles[$file]} $file
|
||||
fi
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user