my dotz
2
fork

Configure Feed

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

*

+2 -2
+1 -1
.config/sway/config
··· 85 85 bindsym $mod+Shift+q kill 86 86 87 87 # bind bad return presses to nothing 88 - bindsym Shift+Return Return 88 + # bindsym Shift+Return Return 89 89 bindsym Mod1+Shift+Return Return 90 90 91 91 # Start your launcher
+1 -1
.rc
··· 3 3 PS1='$(prompt) \$ ' 4 4 5 5 # make history infinite, dedup'd, and sync'd between terms 6 + HISTFILE=~/.sh_eternal_history 6 7 HISTFILESIZE=infinite 7 8 HISTCONTROL=ignoredups:erasedups 8 - HISTFILE=~/.sh_eternal_history 9 9 shopt -s histappend 10 10 PROMPT_COMMAND="${PROMPT_COMMAND:+$PROMPT_COMMAND$'\n'}history -a; history -c; history -r" 11 11