my dotz
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Make my shell history eternal :eyeroll:

+1
+1
.rc
··· 5 5 # make history infinite, dedup'd, and sync'd between terms 6 6 HISTFILESIZE=infinite 7 7 HISTCONTROL=ignoredups:erasedups 8 + HISTFILE=~/.sh_eternal_history 8 9 shopt -s histappend 9 10 PROMPT_COMMAND="${PROMPT_COMMAND:+$PROMPT_COMMAND$'\n'}history -a; history -c; history -r" 10 11