From 38773106ea4bc33fd64d1ed49c1949f1c65ceaa7 Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Thu, 23 Oct 2014 16:32:32 +0200 Subject: [PATCH] exporting pager and editor --- .zshrc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.zshrc b/.zshrc index 71b81f8..ee243ce 100644 --- a/.zshrc +++ b/.zshrc @@ -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