*
Jes Olson jolson@digitalocean.com
Wed, 03 Nov 2021 12:03:44 -0500
2 files changed,
2 insertions(+),
2 deletions(-)
M
.config/sway/config
→
.config/sway/config
@@ -85,7 +85,7 @@ # Kill focused window
bindsym $mod+Shift+q kill # bind bad return presses to nothing - bindsym Shift+Return Return +# bindsym Shift+Return Return bindsym Mod1+Shift+Return Return # Start your launcher
M
.rc
→
.rc
@@ -3,9 +3,9 @@
PS1='$(prompt) \$ ' # make history infinite, dedup'd, and sync'd between terms +HISTFILE=~/.sh_eternal_history HISTFILESIZE=infinite HISTCONTROL=ignoredups:erasedups -HISTFILE=~/.sh_eternal_history shopt -s histappend PROMPT_COMMAND="${PROMPT_COMMAND:+$PROMPT_COMMAND$'\n'}history -a; history -c; history -r"