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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user