This commit is contained in:
Oystein Kristoffer Tveit 2021-05-27 15:05:07 +02:00
parent e857efd65a
commit f3d637d6aa
1 changed files with 6 additions and 0 deletions

View File

@ -43,10 +43,16 @@ if command -v rsync &> /dev/null; then
alias cp='rsync --progress -h' alias cp='rsync --progress -h'
fi fi
if command -v bat &> /dev/null; then
alias ccat='/usr/bin/cat'
alias cat='bat'
fi
# ░█▀▀░█▀█░█░░░█▀█░█▀▄ # ░█▀▀░█▀█░█░░░█▀█░█▀▄
# ░█░░░█░█░█░░░█░█░█▀▄ # ░█░░░█░█░█░░░█░█░█▀▄
# ░▀▀▀░▀▀▀░▀▀▀░▀▀▀░▀░▀ # ░▀▀▀░▀▀▀░▀▀▀░▀▀▀░▀░▀
if command -v exa &> /dev/null; then if command -v exa &> /dev/null; then
alias ls='exa' alias ls='exa'
alias ll='exa --long --header --git' alias ll='exa --long --header --git'