feat: Add {completions,plugins}/chezmoi (#477)

This commit is contained in:
Shubham Verma
2023-09-23 14:30:15 +05:30
committed by GitHub
parent b4a2264496
commit 72b8e67139
3 changed files with 27 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
#! bash oh-my-bash.module
if _omb_util_command_exists chezmoi; then
eval -- "$(chezmoi completion bash)"
fi