mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-30 03:01:15 -03:00
Minor updates
* Add -L/--long completion for 'set' command. * Fix completion description color.
This commit is contained in:
@@ -77,5 +77,6 @@ complete -c set -n '__fish_set_is_color' -s o -l bold --description 'Make font b
|
||||
# Locale completions
|
||||
complete -c set -n '__fish_is_first_token' -x -a '$__fish_locale_vars' -d 'Locale variable'
|
||||
complete -c set -n '__fish_set_is_locale' -x -a '(locale -a)' -d (_ Locale)
|
||||
complete -c set -s L -l long -d 'Do not truncate long lines'
|
||||
|
||||
complete -c set -u
|
||||
complete -c set -u
|
||||
|
||||
Reference in New Issue
Block a user