Somehow ended up with apt
on macOS, which borked the alias
This commit is contained in:
parent
d248894481
commit
ccf3ea1161
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue