From 7356bafa93b9cacb0ceadb1b4c4952c78ddb9260 Mon Sep 17 00:00:00 2001 From: finga Date: Wed, 19 Apr 2023 15:13:17 +0200 Subject: [PATCH 1/2] Set `BROWSER=firefox` --- .zprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zprofile b/.zprofile index 333b1d0..20e389f 100644 --- a/.zprofile +++ b/.zprofile @@ -11,7 +11,7 @@ export PAGER='bat' export EDITOR='em' export VISUAL='em' -export BROWSER='qutebrowser' +export BROWSER='firefox' export TERMINAL='urxvtcd' export MANPAGER="sh -c 'col -bx | bat -l man -p'" From e88fbbc718fe39713f8874637a38bc5e69058ca1 Mon Sep 17 00:00:00 2001 From: finga Date: Wed, 19 Apr 2023 15:17:16 +0200 Subject: [PATCH 2/2] Configure live saving and loading of history --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 6a2e1a0..9486e0d 100644 --- a/.zshrc +++ b/.zshrc @@ -9,7 +9,7 @@ compinit HISTFILE=~/.zsh_history HISTSIZE=5000000 SAVEHIST=5000000 -setopt appendhistory beep nomatch notify autocd histignoredups correct autopushd pushdsilent pushdtohome pushdignoredups pushdminus +setopt incappendhistory sharehistory beep nomatch notify autocd histignoredups correct autopushd pushdsilent pushdtohome pushdignoredups pushdminus # emacs keybindings bindkey -e