summaryrefslogtreecommitdiff
path: root/zshrc
diff options
context:
space:
mode:
authorKjetil Orbekk <kjetil.orbekk@gmail.com>2015-06-10 12:17:42 -0400
committerKjetil Orbekk <kjetil.orbekk@gmail.com>2015-06-10 12:17:42 -0400
commit6b3ed3ba6c625c7c6271eb12197c26223e5ed4b5 (patch)
tree2936479b2327787d994225ff46cbfae7450db055 /zshrc
parent02b28801145229efd498a329d5074fe6f81459bb (diff)
Fix inclusion of .zshrc.local.
Diffstat (limited to 'zshrc')
-rwxr-xr-xzshrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/zshrc b/zshrc
index 6d8a5aa..cf9226e 100755
--- a/zshrc
+++ b/zshrc
@@ -37,8 +37,8 @@ fi
alias ff="fileutil --gfs_user=gfp-reporting"
alias diff=colordiff
-if [[ -f ~/.zshrc.local ]]; then
- source ~/.zshrc.local
+if [[ -f $HOME/.zshrc.local ]]; then
+ source $HOME/.zshrc.local
fi
export EDITOR=vim