From b2b7f16bc3a765f5103959a6b2b90928e61ff159 Mon Sep 17 00:00:00 2001 From: dwilliam62 Date: Sun, 2 Mar 2025 23:14:04 +0000 Subject: [PATCH] Edited zsh.nix to source $HOME/.,zshrc-personal --- modules/home/zsh.nix | 3 +++ 1 file changed, 3 insertions(+) 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 = {