diff options
author | Matt Woodson <mwoodson@redhat.com> | 2015-02-13 09:54:04 -0500 |
---|---|---|
committer | Matt Woodson <mwoodson@redhat.com> | 2015-02-13 09:54:04 -0500 |
commit | 2a8f7ab95107eb4ea353a8d42ecc19d1ebd32395 (patch) | |
tree | db26792e269281b89a81d0a1c7f51d437e8735ce /bin/README_SHELL_COMPLETION | |
parent | 71c0c0c6d3dd2b3360604b118b496107b0f76d37 (diff) | |
parent | 698acd553375caf64cee821d8c1af3e468f9f4dd (diff) | |
download | openshift-2a8f7ab95107eb4ea353a8d42ecc19d1ebd32395.tar.gz openshift-2a8f7ab95107eb4ea353a8d42ecc19d1ebd32395.tar.bz2 openshift-2a8f7ab95107eb4ea353a8d42ecc19d1ebd32395.tar.xz openshift-2a8f7ab95107eb4ea353a8d42ecc19d1ebd32395.zip |
Merge branch 'master' into tower_install
Diffstat (limited to 'bin/README_SHELL_COMPLETION')
-rw-r--r-- | bin/README_SHELL_COMPLETION | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/bin/README_SHELL_COMPLETION b/bin/README_SHELL_COMPLETION index e17b4b205..46ed7134c 100644 --- a/bin/README_SHELL_COMPLETION +++ b/bin/README_SHELL_COMPLETION @@ -1,8 +1,8 @@ -# ossh is an ssh replacement. +# completion is available for ossh/oscp - -ossh uses a dynamic inventory cache in order to lookup hostnames and translate them -to something meaningful such as an IP address or dns name. +ossh/oscp uses a dynamic inventory cache in order to lookup +hostnames and translate them to something meaningful +such as an IP address or dns name. This allows us to treat our servers as cattle and not as pets. @@ -31,3 +31,7 @@ Once $fpath includes the _ossh_zsh_completion script then you should run `exec zsh`. This will then allow you to call `ossh host[TAB]` for a list of completions. +Before completing the final step, zsh keeps its own cache in +~/.zcompdump of the known functions and variables. In order to +refresh with new variables and completion arrays you might need +to `rm ~/.zcompdump` before running `exec zsh`. |