Update .zshrc

This commit is contained in:
JesseBot 2024-07-27 14:05:53 +02:00 committed by GitHub
parent c7bf66dc90
commit c522d834c0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

1
.zshrc
View file

@ -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