Add comments to rc.tmpl files

This commit is contained in:
2024-11-07 16:53:20 -06:00
parent 44fb8d9e48
commit c4a0ecf872
2 changed files with 5 additions and 0 deletions

View File

@@ -98,5 +98,8 @@ if ! shopt -oq posix; then
fi
fi
{{/* Common shared aliases, scripts, & shell setup details. */ -}}
{{ template "scripts/commonrc.sh.tmpl" dict "data" . "shell" "bash" }}
{{/* Chezmoi's shell completion */ -}}
{{ completion "bash" }}

View File

@@ -32,6 +32,8 @@ if type -P bw; then
eval "$(bw completion --shell zsh); compdef _bw bw;"
fi
{{/* Common shared aliases, scripts, & shell setup details. */ -}}
{{ template "scripts/commonrc.sh.tmpl" dict "data" . "shell" "zsh" }}
{{/* Chezmoi's shell completion */ -}}
{{ completion "zsh" }}