From 65f3daba97d1883572214cd0147bcce86f357ba2 Mon Sep 17 00:00:00 2001 From: Olivier Verdier Date: Sat, 20 Aug 2011 08:22:33 +0200 Subject: [PATCH 1/2] variables such as PAGER should not be set the problem is that they overrride the variable definitions in .zshenv --- lib/misc.zsh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/misc.zsh b/lib/misc.zsh index 88732e664..a01627d9e 100644 --- a/lib/misc.zsh +++ b/lib/misc.zsh @@ -7,7 +7,3 @@ bindkey "^[m" copy-prev-shell-word ## jobs setopt long_list_jobs - -## pager -export PAGER=less -export LC_CTYPE=$LANG From 5cd17fd8d62119ec8f778f76767916963d57413b Mon Sep 17 00:00:00 2001 From: Olivier Verdier Date: Thu, 8 Sep 2011 19:22:29 +0200 Subject: [PATCH 2/2] Remove lib/grep.zsh, as it has nothing to do with zsh settings... deleted: lib/grep.zsh --- lib/grep.zsh | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 lib/grep.zsh diff --git a/lib/grep.zsh b/lib/grep.zsh deleted file mode 100644 index 93c4270b6..000000000 --- a/lib/grep.zsh +++ /dev/null @@ -1,6 +0,0 @@ -# -# Color grep results -# Examples: http://rubyurl.com/ZXv -# -export GREP_OPTIONS='--color=auto' -export GREP_COLOR='1;32' \ No newline at end of file