mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
6 lines
96 B
Bash
6 lines
96 B
Bash
# Completion
|
|
if (( ! $+commands[vault] )); then
|
|
return
|
|
fi
|
|
|
|
complete -o nospace -C vault vault
|