From 0f1377467979964f37c4480b49aa229f7cfcf52a Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 25 May 2023 08:11:41 +0200 Subject: zsh: make ip command use colours in output --- user/settings/zsh.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'user/settings') diff --git a/user/settings/zsh.nix b/user/settings/zsh.nix index 566a725b..85ddcc3b 100644 --- a/user/settings/zsh.nix +++ b/user/settings/zsh.nix @@ -125,6 +125,8 @@ in e = "$EDITOR"; se = "sudo -e"; + ip = "ip --color=auto"; + d = "docker"; db = "docker build"; dr = "docker run"; -- cgit 1.4.1