mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Rename .zsh_local to .zshrc.local.
This commit is contained in:
2
zshrc
2
zshrc
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user