From 9f88a3f23434d298809ec06989d1392fdf72668a Mon Sep 17 00:00:00 2001 From: Akelge Date: Thu, 7 Feb 2013 11:07:37 +0000 Subject: [PATCH] Fix for lesspipe{.sh} different name --- zsh/zsh.d/00-options.zsh | 2 +- zsh/zsh.d/30-less.zsh | 2 +- zsh/zsh.d/90-virtualenv.zsh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/zsh/zsh.d/00-options.zsh b/zsh/zsh.d/00-options.zsh index 0ce45e3..50c56af 100644 --- a/zsh/zsh.d/00-options.zsh +++ b/zsh/zsh.d/00-options.zsh @@ -1,4 +1,4 @@ -#setopt ALL_EXPORT +# setopt ALL_EXPORT setopt ALWAYS_TO_END setopt APPEND_HISTORY diff --git a/zsh/zsh.d/30-less.zsh b/zsh/zsh.d/30-less.zsh index 597203b..f8ac5f0 100644 --- a/zsh/zsh.d/30-less.zsh +++ b/zsh/zsh.d/30-less.zsh @@ -14,7 +14,7 @@ LESS="-c -x4 -R -MM -PMFile\:?f%f:STDIN. ?BSize\:?B%B:Unk.?B\:?pb%pb\%:Unk.?B\:% LESSCHARSET=utf-8 READNULLCMD=/usr/bin/less PAGER=/usr/bin/less -LESSOPEN="|lesspipe.sh %s"; export LESSOPEN export LESS +export PAGER # vim: set ts=4 sw=4 tw=0 ft=zsh : diff --git a/zsh/zsh.d/90-virtualenv.zsh b/zsh/zsh.d/90-virtualenv.zsh index a020db9..8228a06 100644 --- a/zsh/zsh.d/90-virtualenv.zsh +++ b/zsh/zsh.d/90-virtualenv.zsh @@ -20,7 +20,7 @@ function venv { echo "PROJECT_HOME: $PROJECT_HOME" echo echo "Virtualenvs:" - lsvirtualenv + lsvirtualenv -b echo }