From eb8f01c59cd850b2cf40c15ceb7397b4a6122b47 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 28 May 2018 20:16:05 +0200 Subject: add ip --color aliases --- etc/.zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/.zshrc b/etc/.zshrc index f9ade8b..9799879 100644 --- a/etc/.zshrc +++ b/etc/.zshrc @@ -297,6 +297,9 @@ alias df='df -h' alias du='du -shH' +alias ip='ip --color' +alias ipb='ip --brief --color' + alias ls='ls -h --color=auto' [[ -n ${commands[bsdtar]} ]] && alias tar=bsdtar -- cgit v1.2.3