diff options
Diffstat (limited to 'Completion/Zsh')
-rw-r--r-- | Completion/Zsh/Context/_condition | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Completion/Zsh/Context/_condition b/Completion/Zsh/Context/_condition index 46f8467b7..6f5e601f0 100644 --- a/Completion/Zsh/Context/_condition +++ b/Completion/Zsh/Context/_condition @@ -46,9 +46,9 @@ else -eq:numerically\ equal -ne:numerically\ not\ equal -lt:numerically\ less\ than - -le:numerically\ less\ then\ or\ equal - -lt:numerically\ greater\ than - -le:numerically\ greater\ then\ or\ equal)' && ret=0 + -le:numerically\ less\ than\ or\ equal + -gt:numerically\ greater\ than + -ge:numerically\ greater\ than\ or\ equal)' && ret=0 fi fi _alternative 'files:: _files' 'parameters:: _parameters' && ret=0 |