diff --git a/vimrc b/vimrc index cbf700b..09d2cd8 100644 --- a/vimrc +++ b/vimrc @@ -214,6 +214,6 @@ if has('autocmd') \ :call StripTrailingWhitespace() endif -if exists("$HOME/.vimrc.local") - source $HOME/.vimrc.local +if exists("~/.vimrc.local") + source ~/.vimrc.local endif