diff options
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,5 +2,6 @@ DIR=$(dirname "$0") cd "$DIR" || exit +rm "$HOME/.vimrc" ln -sf "$(pwd)/.vimrc" "$HOME/.vimrc" rm -rf "$HOME/.vim" |