share history between concurrently open sessions

This commit is contained in:
Joel Beckmeyer
2025-09-23 11:14:02 -04:00
parent e794c750f0
commit fc297d7b21

View File

@@ -39,6 +39,9 @@ if [[ -n "$SCHROOT_CHROOT_NAME" ]]; then
PS1="[chroot:$SCHROOT_CHROOT_NAME] $PS1"
fi
# share history between open shells
setopt share_history
alias boinctui='boinctui --boinchost=localhost'
alias bt='bluetoothctl'
alias c='clear'