]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - zsh/env
zsh/rc: use history-incremental-pattern-search-*
[config/dotfiles.git] / zsh / env
diff --git a/zsh/env b/zsh/env
index 4a4a6e0e7a4335e24c3ad489420288891483786d..e5554e3dca3af1de5b5ae8ddd38d5bb959ea154b 100644 (file)
--- a/zsh/env
+++ b/zsh/env
@@ -24,13 +24,6 @@ source_config ~/.shell/env
 # Make sure elements in PATH are unique.
 typeset -U path PATH
 
-# Setup lesspipe to view multiple file-types (like .gz, .zip, etc.) with less.
-# Useful in combination with the "p" alias. Taken from Debian's default bash
-# files. Thanks.
-if [[ -x /usr/bin/lesspipe ]]; then
-    eval $(SHELL=/bin/sh lesspipe) || echo 'Broken lesspipe!' >&2
-fi
-
 
 source_config ~/.zsh/env.local