diff options
author | Oliver Kiddle <opk@zsh.org> | 2017-09-18 15:53:29 +0200 |
---|---|---|
committer | Oliver Kiddle <opk@zsh.org> | 2017-09-18 15:53:29 +0200 |
commit | b138acf42e52dcdf470f5001aa7ffa1e70eb60f3 (patch) | |
tree | 8b8b52c41e0c86c1b7e2b7497bf354aaec518f5d /Completion/Unix/Command/_ls | |
parent | b0c12e377151adced916e517e9354e9e4469a637 (diff) | |
download | zsh-b138acf42e52dcdf470f5001aa7ffa1e70eb60f3.tar.gz zsh-b138acf42e52dcdf470f5001aa7ffa1e70eb60f3.tar.xz zsh-b138acf42e52dcdf470f5001aa7ffa1e70eb60f3.zip |
41725: assorted minor updates to completion functions
Diffstat (limited to 'Completion/Unix/Command/_ls')
-rw-r--r-- | Completion/Unix/Command/_ls | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Completion/Unix/Command/_ls b/Completion/Unix/Command/_ls index 955b0894d..d10c4f9bf 100644 --- a/Completion/Unix/Command/_ls +++ b/Completion/Unix/Command/_ls @@ -168,6 +168,7 @@ else '--color=-[control use of color]:color:(never always auto)' "*--hide=[like -I, but overridden by -a or -A]:pattern: " + '--hyperlink=[output terminal codes to link files using file::// URI]::when:(none auto always)' '(--classify -F --indicator-style -p --file-type)'{--classify,-F}'[append file type indicators]' '(--file-type -p --indicator-style -F --classify)--file-type[append file type indicators except *]' '(--file-type -p --indicator-style -F --classify)-p[append / to directories]' |