You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# Completion |
|
if (( ! $+commands[vault] )); then |
|
return |
|
fi |
|
|
|
autoload -Uz bashcompinit && bashcompinit |
|
complete -o nospace -C vault vault
|
|
|