diff options
Diffstat (limited to 'Completion/Zsh')
-rw-r--r-- | Completion/Zsh/Type/_globquals | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Completion/Zsh/Type/_globquals b/Completion/Zsh/Type/_globquals index f0c692621..9ad948839 100644 --- a/Completion/Zsh/Type/_globquals +++ b/Completion/Zsh/Type/_globquals @@ -146,6 +146,9 @@ while [[ -n $PREFIX ]]; do "m:last modification time" "c:last inode change time" "d:directory depth" + "N:no sorting" + "e:execute code" + "+:+ command name" ) _describe -t sort-specifiers "sort specifier" alts -Q -S '' return |