···2233PS1='$(prompt) \$ '
4455-# make history infinite, dedup'd, and sync'd between terms
55+66+# this is a story all about how
77+# history control in bash sucks
68HISTFILE=~/.sh_eternal_history
77-HISTFILESIZE=infinite
99+HISTSIZE=
810HISTCONTROL=ignoredups:erasedups
911shopt -s histappend
1010-PROMPT_COMMAND="${PROMPT_COMMAND:+$PROMPT_COMMAND$'\n'}history -a; history -c; history -r"
1212+1313+# # reload history on every prompt invocation
1414+# PROMPT_COMMAND="${PROMPT_COMMAND:+$PROMPT_COMMAND$'\n'}history -a; history -c; history -r"
11151216# extend pa for git stuffs
1317# meh i don't like this at all tbh