mirror of
https://github.com/nix-community/home-manager
synced 2025-02-17 22:48:25 +00:00
fish : move aliases after initializations
This allow programs needing initialization to be aliased
This commit is contained in:
parent
471e3eb0a1
commit
efd70b81aa
1 changed files with 3 additions and 3 deletions
|
@ -471,12 +471,12 @@ in {
|
||||||
# Abbreviations
|
# Abbreviations
|
||||||
${abbrsStr}
|
${abbrsStr}
|
||||||
|
|
||||||
# Aliases
|
|
||||||
${aliasesStr}
|
|
||||||
|
|
||||||
# Interactive shell initialisation
|
# Interactive shell initialisation
|
||||||
${cfg.interactiveShellInit}
|
${cfg.interactiveShellInit}
|
||||||
|
|
||||||
|
# Aliases
|
||||||
|
${aliasesStr}
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
${cfg.shellInitLast}
|
${cfg.shellInitLast}
|
||||||
|
|
Loading…
Add table
Reference in a new issue