mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 05:28:49 +00:00
a step to remove __fish_sgrep per issue #2450
This commit is contained in:
parent
a381d959f2
commit
b3617cfd86
1 changed files with 1 additions and 1 deletions
|
@ -9,4 +9,4 @@ complete -c chown -s v -l verbose --description "Output diagnostic for every fil
|
|||
complete -c chown -s h -l help --description "Display help and exit"
|
||||
complete -c chown -l version --description "Display version and exit"
|
||||
complete -c chown --description "Username" -a "(__fish_print_users):"
|
||||
complete -c chown --description "Username" -a "(echo (commandline -ct)| __fish_sgrep -o '.*:')(__fish_complete_groups)"
|
||||
complete -c chown --description "Username" -a "(string match -r '.*:' (commandline -ct))(__fish_complete_groups)"
|
||||
|
|
Loading…
Reference in a new issue