diff options
Diffstat (limited to '')
-rw-r--r-- | zsh/.config/zsh/.zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
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 |