reordered zshrc

This commit is contained in:
John Lancaster
2026-04-19 14:47:24 -05:00
parent 0abbcf0fd2
commit d47394d4cc
+4 -5
View File
@@ -123,15 +123,14 @@ in
}; };
}; };
extraRC = '' extraRC = ''
HISTFILE=$HOME/.zsh_history
HISTORY_IGNORE=${lib.escapeShellArg "(${lib.concatStringsSep "|" ignorePatterns})"}
HOSTNAME=$(hostname -s)
${homeEndKeyBindings} ${homeEndKeyBindings}
eval "$(direnv hook zsh)" eval "$(direnv hook zsh)"
HISTFILE=$HOME/.zsh_history
HISTORY_IGNORE=${lib.escapeShellArg "(${lib.concatStringsSep "|" ignorePatterns})"}
HOSTNAME=$(hostname -s)
${aliasStr} ${aliasStr}
''; '';
extraPackages = with pkgs; [ extraPackages = with pkgs; [