Rename .zsh_local to .zshrc.local.

This commit is contained in:
David Tomaschik
2014-10-20 11:08:23 -07:00
parent 9bad2d4afa
commit a7ae4f47a8

2
zshrc
View File

@@ -45,4 +45,4 @@ bindkey '^[[1;5C' forward-word
bindkey '^[[1;5D' backward-word bindkey '^[[1;5D' backward-word
# Load any local settings # 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