fish : move aliases after initializations

This allow programs needing initialization to be aliased
This commit is contained in:
Xavier Detant 2024-09-02 14:34:07 +02:00
parent 471e3eb0a1
commit efd70b81aa
No known key found for this signature in database
GPG key ID: F2E0FAB7AE562D15

View file

@ -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}