diff --git a/share/completions/ssh.fish b/share/completions/ssh.fish index 0f8966637..adf0a22d7 100644 --- a/share/completions/ssh.fish +++ b/share/completions/ssh.fish @@ -15,7 +15,7 @@ complete -x -c ssh -d Hostname -a " " complete -x -c ssh -d User -a " -(__fish_print_users | grep -v '^_')@ +(__fish_print_users | sgrep -v '^_')@ " complete -c ssh --description "Command to run" -x -a '(__fish_complete_subcommand --fcs-skip=2)'