Go back to what works

This commit is contained in:
Josh Sherman 2022-02-27 14:05:17 -06:00
parent 95e3647bc9
commit 569e2775eb
No known key found for this signature in database
GPG key ID: 55B058A80530EF22

View file

@ -17,7 +17,7 @@ else
fi
# Run ls after cd
alias cd='builtin cd "$@" && ls'
function cd { builtin cd "$@" && ls }
# Colorize cat with bat
alias cat='bat'