From d88f2fae756a28390969824985630a8d68ce2c83 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 30 Oct 2022 23:23:24 +0100 Subject: ip --- etc/.zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc/.zshrc') diff --git a/etc/.zshrc b/etc/.zshrc index ce0645a..e380513 100644 --- a/etc/.zshrc +++ b/etc/.zshrc @@ -321,8 +321,8 @@ alias df='df -h' alias du='du -shH' -alias ip='ip --color' -alias ipb='ip --brief --color' +alias ip='ip --color=auto' +alias ipb='ip --brief --color=auto' alias ls='ls -h --color=auto' -- cgit v1.2.3