Compare commits

...

2 commits

Author SHA1 Message Date
finga e88fbbc718 Configure live saving and loading of history 2023-04-19 15:17:16 +02:00
finga 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 EDITOR='em'
export VISUAL='em'
export BROWSER='qutebrowser'
export BROWSER='firefox'
export TERMINAL='urxvtcd'
export MANPAGER="sh -c 'col -bx | bat -l man -p'"

2
.zshrc
View file

@ -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