PATH:
usr
/
local
/
jetapps
/
var
/
lib
/
aws
/
bin
# Source this file to activate auto completion for zsh using the bash # compatibility helper. Make sure to run `compinit` before, which should be # given usually. # # % source /path/to/zsh_complete.sh # # Typically that would be called somewhere in your .zshrc. # # Note, the overwrite of _bash_complete() is to export COMP_LINE and COMP_POINT # That is only required for zsh <= edab1d3dbe61da7efe5f1ac0e40444b2ec9b9570 # # https://github.com/zsh-users/zsh/commit/edab1d3dbe61da7efe5f1ac0e40444b2ec9b9570 # # zsh relases prior to that version do not export the required env variables! autoload -Uz bashcompinit bashcompinit -i _bash_complete() { local ret=1 local -a suf matches local -x COMP_POINT COMP_CWORD local -a COMP_WORDS COMPREPLY BASH_VERSINFO local -x COMP_LINE="$words" local -A savejobstates savejobtexts (( COMP_POINT = 1 + ${#${(j. .)words[1,CURRENT]}} + $#QIPREFIX + $#IPREFIX + $#PREFIX )) (( COMP_CWORD = CURRENT - 1)) COMP_WORDS=( $words ) BASH_VERSINFO=( 2 05b 0 1 release ) savejobstates=( ${(kv)jobstates} ) savejobtexts=( ${(kv)jobtexts} ) [[ ${argv[${argv[(I)nospace]:-0}-1]} = -o ]] && suf=( -S '' ) matches=( ${(f)"$(compgen $@ -- ${words[CURRENT]})"} ) if [[ -n $matches ]]; then if [[ ${argv[${argv[(I)filenames]:-0}-1]} = -o ]]; then compset -P '*/' && matches=( ${matches##*/} ) compset -S '/*' && matches=( ${matches%%/*} ) compadd -Q -f "${suf[@]}" -a matches && ret=0 else compadd -Q "${suf[@]}" -a matches && ret=0 fi fi if (( ret )); then if [[ ${argv[${argv[(I)default]:-0}-1]} = -o ]]; then _default "${suf[@]}" && ret=0 elif [[ ${argv[${argv[(I)dirnames]:-0}-1]} = -o ]]; then _directories "${suf[@]}" && ret=0 fi fi return ret } complete -C aws_completer aws
[-] pyrsa-decrypt
[edit]
[-] python2
[edit]
[-] jp.py
[edit]
[+]
..
[-] pyrsa-sign
[edit]
[-] pyrsa-decrypt-bigfile
[edit]
[-] rst2odt_prepstyles.py
[edit]
[-] rstpep2html.py
[edit]
[-] rst2xml.py
[edit]
[-] activate.fish
[edit]
[-] easy_install
[edit]
[-] rst2latex.py
[edit]
[-] activate
[edit]
[-] rst2html4.py
[edit]
[-] activate_this.py
[edit]
[-] aws_zsh_completer.sh
[edit]
[-] rst2pseudoxml.py
[edit]
[-] pyrsa-priv2pub
[edit]
[-] aws.cmd
[edit]
[-] pyrsa-verify
[edit]
[-] wheel
[edit]
[-] rst2html.py
[edit]
[-] pyrsa-encrypt-bigfile
[edit]
[-] rst2html5.py
[edit]
[-] aws
[edit]
[-] easy_install-2.7
[edit]
[-] pyrsa-encrypt
[edit]
[-] pyrsa-keygen
[edit]
[-] aws_completer
[edit]
[-] python2.7
[edit]
[-] activate.csh
[edit]
[-] python-config
[edit]
[-] pip
[edit]
[-] rst2man.py
[edit]
[-] rst2s5.py
[edit]
[-] pip2
[edit]
[-] python
[edit]
[-] aws_bash_completer
[edit]
[-] rst2odt.py
[edit]
[-] pip2.7
[edit]
[-] rst2xetex.py
[edit]