From fe68d30be97853865b24ad5f5998d3e50769f860 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Wed, 13 Aug 2014 01:06:15 -0700 Subject: Use sgrep instead of grep in ssh completion --- share/completions/ssh.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/completions/ssh.fish') diff --git a/share/completions/ssh.fish b/share/completions/ssh.fish index 0f896663..adf0a22d 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)' -- cgit v1.2.3