summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorM.Zeinali <m@zmim.ir>2022-03-21 17:29:39 +0330
committerGitHub <noreply@github.com>2022-03-21 13:59:39 +0000
commit975353bf7193c02a9cbcbf237e339a28fe655aa8 (patch)
tree87f97cd4fe99ae6a4d23bf63d75472bf12b6c6ab
parent0daa4d345042b3c417ea9dab6927c9ce93bd9332 (diff)
downloadeibhear-975353bf7193c02a9cbcbf237e339a28fe655aa8.tar.gz
eibhear-975353bf7193c02a9cbcbf237e339a28fe655aa8.tar.zst
eibhear-975353bf7193c02a9cbcbf237e339a28fe655aa8.zip
colorize ip command (#1093)
-rw-r--r--.config/shell/aliasrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc
index 502f79f..a5cd9e1 100644
--- a/.config/shell/aliasrc
+++ b/.config/shell/aliasrc
@@ -27,7 +27,8 @@ alias \
ls="ls -hN --color=auto --group-directories-first" \
grep="grep --color=auto" \
diff="diff --color=auto" \
- ccat="highlight --out-format=ansi"
+ ccat="highlight --out-format=ansi" \
+ ip="ip -color=auto"
# These common commands are just too long! Abbreviate them.
alias \