From: Michael Prokop Date: Mon, 24 Jan 2022 15:58:15 +0000 (+0100) Subject: Merge remote-tracking branch 'origin/github/pr/134' X-Git-Tag: v0.19.1~1 X-Git-Url: https://git.grml.org/?a=commitdiff_plain;h=de1768ec056f243563accbe3cbe2b4a0b3daddc4;hp=6e8ffd2ea9534d91df0f86d6b7d9bc972164cd0e;p=grml-etc-core.git Merge remote-tracking branch 'origin/github/pr/134' --- diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 22ed162..f887427 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -2678,8 +2678,8 @@ else fi # use ip from iproute2 with color support -if ip --color=auto addr show dev lo >/dev/null 2>&1; then - alias ip='command ip --color=auto' +if ip -color=auto addr show dev lo >/dev/null 2>&1; then + alias ip='command ip -color=auto' fi if [[ -r /proc/mdstat ]]; then