summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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