From 6b3ed3ba6c625c7c6271eb12197c26223e5ed4b5 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Wed, 10 Jun 2015 12:17:42 -0400 Subject: Fix inclusion of .zshrc.local. --- zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'zshrc') 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 -- cgit v1.2.3