From 18ad1f0ef3b09e66a58918cc68ceac0afa85ebe5 Mon Sep 17 00:00:00 2001 From: Mike Beattie Date: Sun, 27 May 2018 09:23:23 +1200 Subject: ZSH: add /bin/ip aliases to add --color Signed-off-by: Mike Beattie --- .zshrc | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3