reordered zshrc
This commit is contained in:
@@ -123,15 +123,14 @@ in
|
||||
};
|
||||
};
|
||||
extraRC = ''
|
||||
HISTFILE=$HOME/.zsh_history
|
||||
HISTORY_IGNORE=${lib.escapeShellArg "(${lib.concatStringsSep "|" ignorePatterns})"}
|
||||
|
||||
HOSTNAME=$(hostname -s)
|
||||
|
||||
${homeEndKeyBindings}
|
||||
|
||||
eval "$(direnv hook zsh)"
|
||||
|
||||
HISTFILE=$HOME/.zsh_history
|
||||
HISTORY_IGNORE=${lib.escapeShellArg "(${lib.concatStringsSep "|" ignorePatterns})"}
|
||||
|
||||
HOSTNAME=$(hostname -s)
|
||||
${aliasStr}
|
||||
'';
|
||||
extraPackages = with pkgs; [
|
||||
|
||||
Reference in New Issue
Block a user