reordered zshrc
This commit is contained in:
@@ -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; [
|
||||||
|
|||||||
Reference in New Issue
Block a user