From b44833cf4c0274aaef29f6fe2195b58c8a1863af Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Mon, 8 May 2023 13:36:23 -0500 Subject: Disable lesspipe --- zsh/.config/zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc index c42c6c8..35b81dd 100644 --- a/zsh/.config/zsh/.zshrc +++ b/zsh/.config/zsh/.zshrc @@ -7,7 +7,7 @@ export PATH="${XDG_BIN_HOME:-$HOME/.local/bin}:$PATH" #export PATH="${$(find ~/.local/bin -type d -printf %p:)%%:}:$PATH" eval "$(antidot init)" -eval "$(lesspipe.sh)" +#eval "$(lesspipe.sh)" # Luke's config for the Zoomer Shell -- cgit v1.2.3