diff options
author | Mike Beattie <mike@ethernal.org> | 2018-05-27 09:23:23 +1200 |
---|---|---|
committer | Mike Beattie <mike@ethernal.org> | 2018-05-27 09:23:23 +1200 |
commit | 18ad1f0ef3b09e66a58918cc68ceac0afa85ebe5 (patch) | |
tree | 288ea4e04879818d2c79bbcc6a56316130df96cc | |
parent | 310600f7bc64f1c0be9e70a28629393688f4daec (diff) |
ZSH: add /bin/ip aliases to add --color
Signed-off-by: Mike Beattie <mike@ethernal.org>
-rw-r--r-- | .zshrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |