1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-12-28 07:11:57 +00:00
ohmyzsh/plugins/vault/vault.plugin.zsh

8 lines
138 B
Bash
Raw Permalink Normal View History

# Completion
if (( ! $+commands[vault] )); then
return
fi
autoload -Uz bashcompinit && bashcompinit
complete -o nospace -C vault vault