Compare commits

..

2 commits

Author SHA1 Message Date
e88fbbc718 Configure live saving and loading of history 2023-04-19 15:17:16 +02:00
7356bafa93 Set BROWSER=firefox 2023-04-19 15:13:17 +02:00
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@
export PAGER='bat' export PAGER='bat'
export EDITOR='em' export EDITOR='em'
export VISUAL='em' export VISUAL='em'
export BROWSER='qutebrowser' export BROWSER='firefox'
export TERMINAL='urxvtcd' export TERMINAL='urxvtcd'
export MANPAGER="sh -c 'col -bx | bat -l man -p'" export MANPAGER="sh -c 'col -bx | bat -l man -p'"

2
.zshrc
View file

@ -9,7 +9,7 @@ compinit
HISTFILE=~/.zsh_history HISTFILE=~/.zsh_history
HISTSIZE=5000000 HISTSIZE=5000000
SAVEHIST=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 # emacs keybindings
bindkey -e bindkey -e