zsh: move aliases definitions after initExtra
Same motivation as in https://github.com/NixOS/nixpkgs/pull/28378. zsh.initExtra parameter can be used by external modules which can redefine user aliases. This change will give user-defined aliases the highest priority.
This commit is contained in:
parent
29d5f5d760
commit
379e2c694b
2 changed files with 15 additions and 2 deletions
|
|
@ -241,9 +241,9 @@ in
|
|||
source "$HOME/.zsh/plugins/${plugin.name}/${plugin.file}"
|
||||
'') cfg.plugins)}
|
||||
|
||||
${aliasesStr}
|
||||
|
||||
${cfg.initExtra}
|
||||
|
||||
${aliasesStr}
|
||||
'';
|
||||
})
|
||||
(mkIf cfg.oh-my-zsh.enable {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue