Add chezmoi completion scripts to bashrc/zshrc

This commit is contained in:
2024-10-13 04:50:44 -05:00
parent abfb46d687
commit 7c89bd1b15
2 changed files with 3 additions and 1 deletions

View File

@@ -98,4 +98,5 @@ if ! shopt -oq posix; then
fi
fi
{{ template "scripts/commonrc.sh.tmpl" "bash" }}
{{ template "scripts/commonrc.sh.tmpl" "bash" }}
{{ completion "bash" }}

View File

@@ -29,3 +29,4 @@ source $ZSH/oh-my-zsh.sh
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh # configure with `p10k configure`
{{ template "scripts/commonrc.sh.tmpl" "zsh" }}
{{ completion "zsh" }}