From c72c7d2778ca43e745087403216d0bdc8f978380 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Mon, 1 Oct 2012 11:38:53 -0700 Subject: [PATCH] Update and merge changes to vimrc --- vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vimrc b/vimrc index 09d2cd8..cbf700b 100644 --- a/vimrc +++ b/vimrc @@ -214,6 +214,6 @@ if has('autocmd') \ :call StripTrailingWhitespace() endif -if exists("~/.vimrc.local") - source ~/.vimrc.local +if exists("$HOME/.vimrc.local") + source $HOME/.vimrc.local endif