adding USER_NICKNAME to .zshrc

This commit is contained in:
Rodolphe Breard 2014-10-18 21:59:14 +02:00
parent b325d55834
commit 441dd1ae64

2
.zshrc
View file

@ -5,6 +5,8 @@ CLICOLOR=1
EDITOR='emacs'
PAGER='less'
export USER_NICKNAME="Rodolphe Breard"
setopt nobeep appendhistory histignoredups histignorespace autocd extendedglob nomatch notify correct_all
bindkey -e
bindkey "^[[3~" delete-char