mirror of
https://github.com/Xevion/dotfiles.git
synced 2026-01-31 06:24:13 -06:00
feat: add reminder banner template for bash/fish shells
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user