Somehow ended up with apt on macOS, which borked the alias

This commit is contained in:
Josh Sherman 2022-10-24 22:22:59 -05:00
parent d248894481
commit ccf3ea1161
No known key found for this signature in database
GPG key ID: 55B058A80530EF22

View file

@ -20,7 +20,7 @@ fi
function cd { builtin cd "$@" && ls }
# Colorize cat with bat
if command -v apt &> /dev/null; then
if command -v apt-get &> /dev/null; then
# Debian
alias cat='batcat'
else