Merge pull request #28378 from Ma27/fix-zshrc-eval-order

programs.zsh: move evlauation of `${zshAliases}` after `cfg.interactiveShellInit`
This commit is contained in:
Franz Pletz
2017-08-30 19:58:49 +02:00
committed by GitHub

View File

@@ -169,12 +169,12 @@ in
"source ${pkgs.zsh-autosuggestions}/share/zsh-autosuggestions/zsh-autosuggestions.zsh"
}
${zshAliases}
${cfge.interactiveShellInit}
${cfg.interactiveShellInit}
${zshAliases}
${cfg.promptInit}
# Read system-wide modifications.