Compare commits
2 commits
34a6ec7a86
...
e88fbbc718
Author | SHA1 | Date | |
---|---|---|---|
e88fbbc718 | |||
7356bafa93 |
2 changed files with 2 additions and 2 deletions
|
@ -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
2
.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
|
||||
|
|
Loading…
Reference in a new issue