diff options
author | Matt Strapp <matt@mattstrapp.net> | 2023-05-08 13:36:23 -0500 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2023-05-08 13:36:23 -0500 |
commit | b44833cf4c0274aaef29f6fe2195b58c8a1863af (patch) | |
tree | 813c74f2cc14d715dfcef5c4fae260a5bdd2631b /zsh | |
parent | set XDG only if not already set (diff) | |
download | dotfiles-b44833cf4c0274aaef29f6fe2195b58c8a1863af.tar dotfiles-b44833cf4c0274aaef29f6fe2195b58c8a1863af.tar.gz dotfiles-b44833cf4c0274aaef29f6fe2195b58c8a1863af.tar.bz2 dotfiles-b44833cf4c0274aaef29f6fe2195b58c8a1863af.tar.lz dotfiles-b44833cf4c0274aaef29f6fe2195b58c8a1863af.tar.xz dotfiles-b44833cf4c0274aaef29f6fe2195b58c8a1863af.tar.zst dotfiles-b44833cf4c0274aaef29f6fe2195b58c8a1863af.zip |
Disable lesspipe
Diffstat (limited to 'zsh')
-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 |