diff options
author | Kenny Woodson <kwoodson@redhat.com> | 2015-02-12 10:57:58 -0500 |
---|---|---|
committer | Kenny Woodson <kwoodson@redhat.com> | 2015-02-12 10:57:58 -0500 |
commit | d751d4d53a73a7cf7096e55777b1a7c321bb4732 (patch) | |
tree | 3a4d5f3b4d53770ee3313fcd1beb6f946f935751 /bin/ossh_zsh_completion | |
parent | 1505751e7846266285c0c517b8cb85cee17c6a5c (diff) | |
download | openshift-d751d4d53a73a7cf7096e55777b1a7c321bb4732.tar.gz openshift-d751d4d53a73a7cf7096e55777b1a7c321bb4732.tar.bz2 openshift-d751d4d53a73a7cf7096e55777b1a7c321bb4732.tar.xz openshift-d751d4d53a73a7cf7096e55777b1a7c321bb4732.zip |
Updated zsh completion to work with oscp
Diffstat (limited to 'bin/ossh_zsh_completion')
-rw-r--r-- | bin/ossh_zsh_completion | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ossh_zsh_completion b/bin/ossh_zsh_completion index f057ca8ce..6ab930dc4 100644 --- a/bin/ossh_zsh_completion +++ b/bin/ossh_zsh_completion @@ -1,4 +1,4 @@ -#compdef ossh +#compdef ossh oscp _ossh_known_hosts(){ if [[ -f ~/.ansible/tmp/multi_ec2_inventory.cache ]]; then |