diff --git a/home/dot_bashrc.tmpl b/home/dot_bashrc.tmpl index b2f2d4b..24168bb 100644 --- a/home/dot_bashrc.tmpl +++ b/home/dot_bashrc.tmpl @@ -98,4 +98,5 @@ if ! shopt -oq posix; then fi fi -{{ template "scripts/commonrc.sh.tmpl" "bash" }} \ No newline at end of file +{{ template "scripts/commonrc.sh.tmpl" "bash" }} +{{ completion "bash" }} \ No newline at end of file diff --git a/home/dot_zshrc.tmpl b/home/dot_zshrc.tmpl index b2167b6..7856e93 100644 --- a/home/dot_zshrc.tmpl +++ b/home/dot_zshrc.tmpl @@ -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" }} \ No newline at end of file