summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--user/settings/zsh.nix2
1 files changed, 2 insertions, 0 deletions
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";