Skip to content

Commit

Permalink
use the local .vimrc.local if it's already existent
Browse files Browse the repository at this point in the history
  • Loading branch information
flavius committed May 30, 2011
1 parent e280294 commit ec936aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion link
Expand Up @@ -2,6 +2,6 @@

MYDIR="`dirname $(cd "${0%/*}" 2>/dev/null; echo "$PWD"/"${0##*/}")`"

for i in .ctags .gvimrc .vim .vimrc .vimrc.local; do
for i in .ctags .gvimrc .vim .vimrc; do
ln -s "$MYDIR/$i" ~/$i
done

0 comments on commit ec936aa

Please sign in to comment.