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
+5
View File
@@ -4,6 +4,11 @@
# Disable greeting
set -g fish_greeting
# Display reminder banner for interactive shells
if status is-interactive
{{ template "scripts/reminder-banner.tmpl" dict "shell" "fish" }}
end
{{- if .wsl }}
if status is-login
and status is-interactive