From b4b5b5dcc5cff6d35255cf9230426ba1a07c2b8e Mon Sep 17 00:00:00 2001 From: "R. Steve McKown" Date: Mon, 8 Jun 2015 15:04:04 -0600 Subject: [PATCH] No need to link ~/.vimrc Because VIM 7.4 (and maybe earlier) looks for the .vimrc file in $HOME/.vimrc and $HOME/vim/.vimrc on Linux, there is no need to make a separate link for .vimrc if vimrc is in vim/. --- install.sh | 1 - vimrc => vim/vimrc | 0 2 files changed, 1 deletion(-) rename vimrc => vim/vimrc (100%) diff --git a/install.sh b/install.sh index d2331cd..e2365a5 100755 --- a/install.sh +++ b/install.sh @@ -27,7 +27,6 @@ cd ~ # to run different commands depending upon the host OS. dolink .dotfiles/vim .vim -dolink .dotfiles/vimrc .vimrc # ranger rewrites its bookmarks file and undoes the symlink on each run... #dolink ~/.dotfiles/ranger/bookmarks .config/ranger/bookmarks dolink ~/.dotfiles/ranger/rc.conf .config/ranger/rc.conf diff --git a/vimrc b/vim/vimrc similarity index 100% rename from vimrc rename to vim/vimrc -- 2.39.2