exporting pager and editor

This commit is contained in:
Rodolphe Breard 2014-10-23 16:32:32 +02:00
parent 72099ae576
commit 38773106ea

5
.zshrc
View file

@ -2,9 +2,8 @@ HISTFILE=~/.zsh_history
HISTSIZE=1000
SAVEHIST=1000
CLICOLOR=1
EDITOR='emacs'
PAGER='less'
export EDITOR='emacs'
export PAGER='less'
export USER_NICKNAME="Rodolphe Breard"
setopt nobeep appendhistory histignoredups histignorespace autocd extendedglob nomatch notify correct_all