mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-30 19:41:15 -03:00
a step to remove __fish_sgrep per issue #2450
This commit is contained in:
@@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user