diff --git a/modules/home/zsh.nix b/modules/home/zsh.nix index f43606f..736feb2 100644 --- a/modules/home/zsh.nix +++ b/modules/home/zsh.nix @@ -9,6 +9,9 @@ bindkey "\ej" down-line-or-history bindkey "\ek" up-line-or-history bindkey "\el" forward-word + if [ -f $HOME/.zshrc-personal ]; then + source $HOME/.zshrc-personal + fi ''; shellAliases = {