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 }
|
function cd { builtin cd "$@" && ls }
|
||||||
|
|
||||||
# Colorize cat with bat
|
# Colorize cat with bat
|
||||||
if command -v apt &> /dev/null; then
|
if command -v apt-get &> /dev/null; then
|
||||||
# Debian
|
# Debian
|
||||||
alias cat='batcat'
|
alias cat='batcat'
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue