small pixel drawing of a pufferfish dotfiles

*
Jes Olson jolson@digitalocean.com
Wed, 03 Nov 2021 12:03:44 -0500
commit

af8a397f59058fdea24f27162c32f001132faf2b

parent

ed7cd003d35a1088ab59c10d407b9228147c902a

2 files changed, 2 insertions(+), 2 deletions(-)

jump to
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"