aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/ssh.fish
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2009-02-03 07:02:42 +1000
committerGravatar axel <axel@liljencrantz.se>2009-02-03 07:02:42 +1000
commit05341b055bb27c9a9036a1ebc99503fd4825e35f (patch)
tree00b29e4c9105337eb1a85434d1d47022f64ba6b9 /share/completions/ssh.fish
parent9d7224d756e3521dd0f3115874066d386154b438 (diff)
ish's current hostname completion uses ~/.ssh/known_hosts as one of its sources of information, but ~/.ssh/config may also be useful. Gather all of the 'Host' declarations from ~/.ssh/config and filter out the ones with wildcards. Signed-off-by: James Vega <jamessan@debian.org>
darcs-hash:20090202210242-ac50b-cf50070ee33ab6113e32a4d997d464ac4b1faf24.gz
Diffstat (limited to 'share/completions/ssh.fish')
-rw-r--r--share/completions/ssh.fish5
1 files changed, 0 insertions, 5 deletions
diff --git a/share/completions/ssh.fish b/share/completions/ssh.fish
index 4af4c2e5..5cbaacff 100644
--- a/share/completions/ssh.fish
+++ b/share/completions/ssh.fish
@@ -4,11 +4,6 @@
__fish_complete_ssh ssh
-complete -x -c ssh -d Alias -a "
-
-(__fish_print_ssh_aliases)
-"
-
complete -x -c ssh -d Hostname -a "
(__fish_print_hostnames)