feat: add reminder banner template for bash/fish shells

This commit is contained in:
2025-12-30 18:37:56 -06:00
parent 4fc62680d4
commit a4d02d8a4c
3 changed files with 64 additions and 0 deletions
+3
View File
@@ -15,6 +15,9 @@ case $- in
*) return;;
esac
# Display reminder banner for interactive shells
{{ template "scripts/reminder-banner.tmpl" dict "shell" "bash" }}
# don't put duplicate lines or lines starting with space in the history.
# See bash(1) for more options
HISTCONTROL=ignoreboth