]> git.netwichtig.de Git - user/henk/vcsh/zsh.git/commitdiff
Fix superfluous argument, expand options
authorHendrik Jäger <gitcommit@henk.geekmail.org>
Sat, 19 Dec 2020 21:16:36 +0000 (22:16 +0100)
committerHendrik Jäger <gitcommit@henk.geekmail.org>
Sat, 19 Dec 2020 21:16:36 +0000 (22:16 +0100)
.zsh_aliases

index b20247e7d6061b087bf3d4bcd63d0fac86abc702..d8f70e6bfc6e762586d0b64284118269ec29f9c1 100644 (file)
@@ -34,7 +34,7 @@ alias xs='xpanes -t -ss -c "ssh {}"'
 #alias y=''
 #alias z=''
 
-alias ip='ip -br -c a'
+alias ip='ip -brief -color=auto'
 alias ls='ls --color=auto -b'
 alias mv='mv -i'