diff --git a/.zshrc b/.zshrc index 1f2df25..5e970f1 100644 --- a/.zshrc +++ b/.zshrc @@ -55,6 +55,7 @@ alias raw="env cat" alias cat="bat" alias gs="git status" +# not sure what this does... if which lesspipe 1>/dev/null 2>&1; then eval "`lesspipe`" fi