1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-06 17:11:03 +01:00
home-manager/tests/modules/programs/fish
Karun Sandhu 8675edf7d3
fish: add command option for abbreviations (#6666)
The fish shell has added a flag to the abbr command which allows one to expand it only if it is typed after a real command e.g.:
git s -> git status
s -> s

Also see the last example here: https://fishshell.com/docs/current/cmds/abbr.html#examples
2025-03-19 22:43:42 -05:00
..
abbrs.nix fish: add command option for abbreviations (#6666) 2025-03-19 22:43:42 -05:00
default.nix fish: support flexible abbreviations 2023-11-24 18:44:25 +01:00
format-scripts.nix fish: format user and generated .fish files 2022-12-04 09:07:54 +01:00
functions.nix tests: remove with lib (#6511) 2025-02-21 23:20:07 -06:00
no-functions.nix tests: remove with lib (#6511) 2025-02-21 23:20:07 -06:00
plugins.nix tests: remove with lib (#6511) 2025-02-21 23:20:07 -06:00