mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-09 03:35:33 +08:00

* Replace ";" with "\n" in alias-generated functions This can let us add a "#" in our aliases to make them ignore additional arguments. * Update changelog about aliases that ignore arguments * Update test for alias.fish This is now compliant with the aliases that can ignore arguments.