Fabian Boehm 69583f3030
Allow restricting abbreviations to specific commands (#10452)
This allows making something like

```fish
abbr --add gc --position anywhere --command git back 'reset --hard
HEAD^'
```

to expand "gc" to "reset --hard HEAD^", but only if the command is
git (including "command git gc" or "and git gc").

Fixes #9411
2024-04-24 18:09:04 +02:00
..
2023-07-09 14:11:01 +08:00
2024-04-20 13:34:08 +02:00
2022-09-17 21:31:06 +08:00
2023-08-23 23:08:56 +02:00
2024-04-20 17:05:46 +02:00
2024-04-21 14:35:13 +02:00
2024-01-30 18:18:55 +08:00
2024-02-03 11:12:11 +01:00