From a7ae4f47a8f2c321e31e87e9ee9d2fef63448da6 Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Mon, 20 Oct 2014 11:08:23 -0700 Subject: [PATCH] Rename .zsh_local to .zshrc.local. --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index 174ab21..362a536 100644 --- a/zshrc +++ b/zshrc @@ -45,4 +45,4 @@ bindkey '^[[1;5C' forward-word bindkey '^[[1;5D' backward-word # Load any local settings -if [ -e $HOME/.zsh_local ] ; then source $HOME/.zsh_local ; fi +if [ -e $HOME/.zshrc.local ] ; then source $HOME/.zshrc.local ; fi