mirror of
https://github.com/nix-community/home-manager
synced 2024-11-25 06:00:31 +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
|
||||
${abbrsStr}
|
||||
|
||||
# Aliases
|
||||
${aliasesStr}
|
||||
|
||||
# Interactive shell initialisation
|
||||
${cfg.interactiveShellInit}
|
||||
|
||||
# Aliases
|
||||
${aliasesStr}
|
||||
|
||||
end
|
||||
|
||||
${cfg.shellInitLast}
|
||||
|
|
Loading…
Reference in a new issue