From c522d834c055ca82d72cedbe374332981d5cb4df Mon Sep 17 00:00:00 2001 From: Jesse Hitch Date: Sat, 27 Jul 2024 14:05:53 +0200 Subject: [PATCH] Update .zshrc --- .zshrc | 1 + 1 file changed, 1 insertion(+) 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