From 441dd1ae643ed5ea9f4ca9eafa8813cb905208c1 Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Sat, 18 Oct 2014 21:59:14 +0200 Subject: [PATCH] adding USER_NICKNAME to .zshrc --- .zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zshrc b/.zshrc index 40ee7c9..71b81f8 100644 --- a/.zshrc +++ b/.zshrc @@ -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