mirror of
https://github.com/Xevion/dotfiles.git
synced 2025-12-09 12:07:00 -06:00
Add chezmoi completion scripts to bashrc/zshrc
This commit is contained in:
@@ -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" }}
|
||||
@@ -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" }}
|
||||
Reference in New Issue
Block a user