mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-03-09 18:51:33 +01:00
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:
commit
97319b1355
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user