exporting pager and editor
This commit is contained in:
parent
72099ae576
commit
38773106ea
1 changed files with 2 additions and 3 deletions
5
.zshrc
5
.zshrc
|
@ -2,9 +2,8 @@ HISTFILE=~/.zsh_history
|
||||||
HISTSIZE=1000
|
HISTSIZE=1000
|
||||||
SAVEHIST=1000
|
SAVEHIST=1000
|
||||||
CLICOLOR=1
|
CLICOLOR=1
|
||||||
EDITOR='emacs'
|
export EDITOR='emacs'
|
||||||
PAGER='less'
|
export PAGER='less'
|
||||||
|
|
||||||
export USER_NICKNAME="Rodolphe Breard"
|
export USER_NICKNAME="Rodolphe Breard"
|
||||||
|
|
||||||
setopt nobeep appendhistory histignoredups histignorespace autocd extendedglob nomatch notify correct_all
|
setopt nobeep appendhistory histignoredups histignorespace autocd extendedglob nomatch notify correct_all
|
||||||
|
|
Loading…
Reference in a new issue