summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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