summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Beattie <mike@ethernal.org>2018-05-27 09:23:23 +1200
committerMike Beattie <mike@ethernal.org>2018-05-27 09:23:23 +1200
commit18ad1f0ef3b09e66a58918cc68ceac0afa85ebe5 (patch)
tree288ea4e04879818d2c79bbcc6a56316130df96cc
parent310600f7bc64f1c0be9e70a28629393688f4daec (diff)
ZSH: add /bin/ip aliases to add --color
Signed-off-by: Mike Beattie <mike@ethernal.org>
-rw-r--r--.zshrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index cdda441..0643860 100644
--- a/.zshrc
+++ b/.zshrc
@@ -124,6 +124,8 @@ alias cscs='clear;printf "\033[3J"'
(ls --help 2>/dev/null |grep -- --color=) >/dev/null && \
alias ls='ls -b -CF --color=auto'
alias l=ls
+alias ip='ip --color'
+alias ipb='ip --color --brief'
alias dir='ls -lhga'
alias du='du -h'
alias f=finger