Commit ba83bf6
authored
fix potential compatibilty issue for some fish shell versions and add autocompletion for cmd options
1. `alias` command not available in some fishshell versions like 3.3.1. use fish-native `function` instead;
2. add autocompletion for cmd options benefitting from magic power of fish. just type `z -` and press tab. enjoy yourself.1 parent 0992ebf commit ba83bf6
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2423 | 2423 | | |
2424 | 2424 | | |
2425 | 2425 | | |
2426 | | - | |
| 2426 | + | |
| 2427 | + | |
| 2428 | + | |
2427 | 2429 | | |
2428 | 2430 | | |
2429 | 2431 | | |
| |||
0 commit comments