mirror of
https://github.com/Xevion/dotfiles.git
synced 2025-12-06 05:14:53 -06:00
Add comments to rc.tmpl files
This commit is contained in:
@@ -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" }}
|
||||
@@ -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" }}
|
||||
Reference in New Issue
Block a user