mirror of
https://github.com/Xevion/dotfiles.git
synced 2025-12-10 12:07:01 -06:00
Add chezmoi completion scripts to bashrc/zshrc
This commit is contained in:
@@ -99,3 +99,4 @@ 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`
|
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh # configure with `p10k configure`
|
||||||
|
|
||||||
{{ template "scripts/commonrc.sh.tmpl" "zsh" }}
|
{{ template "scripts/commonrc.sh.tmpl" "zsh" }}
|
||||||
|
{{ completion "zsh" }}
|
||||||
Reference in New Issue
Block a user