mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
Add -u flag to case completions - case is often used to parse switches, coloring them red makes no sense
darcs-hash:20070205122839-ac50b-a87b86846216ad495f58825f3cb27692fc8bf269.gz
This commit is contained in:
parent
abff4e5b41
commit
4b1fced1f8
1 changed files with 1 additions and 0 deletions
|
@ -1,2 +1,3 @@
|
||||||
|
|
||||||
complete -c case -s h -l help --description 'Display help and exit'
|
complete -c case -s h -l help --description 'Display help and exit'
|
||||||
|
complete -c case -u
|
||||||
|
|
Loading…
Reference in a new issue