Merge branch 'dwilliam62-main-patch-04742-zsh-personal' into 'main'

Edited zsh.nix to source $HOME/.,zshrc-personal

See merge request Zaney/zaneyos!63
This commit is contained in:
Tyler Kelley 2025-03-02 23:14:04 +00:00
commit 97319b1355

View File

@ -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 = {