X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=etc%2Fzsh%2Fzshrc;h=f887427982ac1b322dd759aaba414fc2b96a2448;hb=71bdc48d190a5369fff28a97c828db7b1edf10a9;hp=22ed16228d1e26b47322bd34b041f544aa5d458d;hpb=27e32faa47e6006fba524870d042bdbe2ef6ab85;p=grml-etc-core.git 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