comparison contrib/zsh_completion @ 1544:b3184bea3eb3

added st as alias for status in zsh_completition
author Michael Gebetsroither <michael.geb@gmx.at>
date Mon, 14 Nov 2005 15:10:10 +0100
parents d7809d6e9db2
children 46958e428fcd
comparison
equal deleted inserted replaced
1543:93a9298367e0 1544:b3184bea3eb3
114 '(--text)-a[treat all files as text]' \ 114 '(--text)-a[treat all files as text]' \
115 '(-a)--text[treat all files as text]' \ 115 '(-a)--text[treat all files as text]' \
116 '*:file:_files' 116 '*:file:_files'
117 ;; 117 ;;
118 118
119 (status) 119 (status|st)
120 _arguments $includeExclude \ 120 _arguments $includeExclude \
121 '(--no-status)-n[hide status prefix]' \ 121 '(--no-status)-n[hide status prefix]' \
122 '(-n)--no-status[hide status prefix]' \ 122 '(-n)--no-status[hide status prefix]' \
123 '(--print0)-0[end filenames with NUL, for use with xargs]' \ 123 '(--print0)-0[end filenames with NUL, for use with xargs]' \
124 '(-0)--print0[end filenames with NUL, for use with xargs]' \ 124 '(-0)--print0[end filenames with NUL, for use with xargs]' \