oh-my-bash/completions/chezmoi.completion.sh
2023-09-23 18:00:15 +09:00

6 lines
113 B
Bash

#! bash oh-my-bash.module
if _omb_util_command_exists chezmoi; then
eval -- "$(chezmoi completion bash)"
fi