shell: add color output to ip, and better colors for less and man

This commit is contained in:
PowerUser64 2022-07-24 02:06:47 -07:00
parent c00ed5f5ff
commit c10da0b928
2 changed files with 6 additions and 0 deletions

View file

@ -54,6 +54,7 @@ alias \
fgrep='fgrep --color=auto' \
diff='diff --color=auto' \
pacman='pacman --color=auto' \
alias ip='ip -color=auto' \
# super duper paru alias
# shellcheck disable=SC2139