summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2022-10-30 23:23:24 +0100
committerDaniel Friesel <derf@finalrewind.org>2022-10-30 23:23:24 +0100
commitd88f2fae756a28390969824985630a8d68ce2c83 (patch)
treee939f84541665aa4631c7be2ede42305ba1fe37e
parent90e1f449692a6e669fb90c4653958b2f96b11afc (diff)
ip
-rw-r--r--etc/.zshrc4
1 files changed, 2 insertions, 2 deletions
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'