diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2008-08-21 15:53:00 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2008-08-21 15:53:00 +0000 |
commit | c0e501d8a53c1bc29f48c1e7cd94d6eb9601bb54 (patch) | |
tree | 2a2c0f4c60e62ba7f99508dd2a308a9bc13df7ac /Completion/Zsh/Command | |
parent | 46c4588a2b52262353a83d0284bcf7160f8cf5cd (diff) | |
download | zsh-c0e501d8a53c1bc29f48c1e7cd94d6eb9601bb54.tar.gz zsh-c0e501d8a53c1bc29f48c1e7cd94d6eb9601bb54.tar.xz zsh-c0e501d8a53c1bc29f48c1e7cd94d6eb9601bb54.zip |
Alexey I. Froloff: 25459: add list-dirs-first style.
Also doc.
Diffstat (limited to 'Completion/Zsh/Command')
-rw-r--r-- | Completion/Zsh/Command/_zstyle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Completion/Zsh/Command/_zstyle b/Completion/Zsh/Command/_zstyle index 04845fd5a..008061978 100644 --- a/Completion/Zsh/Command/_zstyle +++ b/Completion/Zsh/Command/_zstyle @@ -74,6 +74,7 @@ styles=( last-prompt c:bool list ce:listwhen list-colors c: + list-dirs-first c:bool list-grouped c:bool list-packed c:bool list-prompt c: |