Compare commits
No commits in common. "e88fbbc718fe39713f8874637a38bc5e69058ca1" and "34a6ec7a866d0875b84c32b92cba1745dd40d18b" have entirely different histories.
e88fbbc718
...
34a6ec7a86
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
|||
export PAGER='bat'
|
||||
export EDITOR='em'
|
||||
export VISUAL='em'
|
||||
export BROWSER='firefox'
|
||||
export BROWSER='qutebrowser'
|
||||
export TERMINAL='urxvtcd'
|
||||
export MANPAGER="sh -c 'col -bx | bat -l man -p'"
|
||||
|
||||
|
|
2
.zshrc
2
.zshrc
|
@ -9,7 +9,7 @@ compinit
|
|||
HISTFILE=~/.zsh_history
|
||||
HISTSIZE=5000000
|
||||
SAVEHIST=5000000
|
||||
setopt incappendhistory sharehistory beep nomatch notify autocd histignoredups correct autopushd pushdsilent pushdtohome pushdignoredups pushdminus
|
||||
setopt appendhistory beep nomatch notify autocd histignoredups correct autopushd pushdsilent pushdtohome pushdignoredups pushdminus
|
||||
|
||||
# emacs keybindings
|
||||
bindkey -e
|
||||
|
|
Loading…
Reference in a new issue