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"
|
echo "${file} already exists... skipping"
|
||||||
else
|
else
|
||||||
echo "Creating symlink for $file"
|
echo "Creating symlink for $file"
|
||||||
ln -s $vimfiles[$file] $file
|
ln -s ${vimfiles[$file]} $file
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user