aboutsummaryrefslogtreecommitdiffstats
path: root/zsh/.zprofile
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-09-24 13:07:03 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2014-09-24 13:13:13 +0200
commit0df3c38f15c08fd6cf32711e96202ba7a7b33228 (patch)
tree61c234bcaa9e7823141ca50ebd91568b9cbb2e50 /zsh/.zprofile
parenta5cdfd98c13d9a6e72ec5f1d1c4c5032d0e105f6 (diff)
downloaddotfiles-0df3c38f15c08fd6cf32711e96202ba7a7b33228.tar.xz
zsh/zprofile: don't use lesspipe.sh
Diffstat (limited to 'zsh/.zprofile')
-rw-r--r--zsh/.zprofile2
1 files changed, 0 insertions, 2 deletions
diff --git a/zsh/.zprofile b/zsh/.zprofile
index e1cbc75..325f130 100644
--- a/zsh/.zprofile
+++ b/zsh/.zprofile
@@ -26,8 +26,6 @@ export TERMINAL=termite
export PAGER=less
export LESS=-R
export LESSHISTFILE="$XDG_CACHE_HOME"/lesshist
-export LESSOPEN="|lesspipe.sh %s"
-export LESSCOLORIZER=pygmentize
export GREP_OPTIONS=--color=auto