all repos — nixfiles @ 0f1377467979964f37c4480b49aa229f7cfcf52a

System and user configuration, managed by nix and home-manager

zsh: make ip command use colours in output

Alan Pearce
commit

0f1377467979964f37c4480b49aa229f7cfcf52a

parent

26649f5dad212e0838a9df80e710da645fb84e89

1 file changed, 2 insertions(+), 0 deletions(-)

jump to
M user/settings/zsh.nixuser/settings/zsh.nix
@@ -125,6 +125,8 @@
e = "$EDITOR"; se = "sudo -e"; + ip = "ip --color=auto"; + d = "docker"; db = "docker build"; dr = "docker run";