%PDF- %PDF-
Direktori : /usr/local/share/zsh/5.8/functions/Completion/Zsh/ |
Current File : //usr/local/share/zsh/5.8/functions/Completion/Zsh/_limit |
#compdef limit if ! ((CURRENT % 2)); then _limits elif [[ $PREFIX = u* ]]; then compadd unlimited else _message -e values "number and scaling factor" fi