summary refs log tree commit diff stats
path: root/user
diff options
context:
space:
mode:
authorAlan Pearce2023-05-25 08:11:41 +0200
committerAlan Pearce2023-05-25 08:12:04 +0200
commit0f1377467979964f37c4480b49aa229f7cfcf52a (patch)
treea0719081958047571ca9202abdec0282bf7f4769 /user
parent26649f5dad212e0838a9df80e710da645fb84e89 (diff)
downloadnixfiles-0f1377467979964f37c4480b49aa229f7cfcf52a.tar.lz
nixfiles-0f1377467979964f37c4480b49aa229f7cfcf52a.tar.zst
nixfiles-0f1377467979964f37c4480b49aa229f7cfcf52a.zip
zsh: make ip command use colours in output
Diffstat (limited to 'user')
-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";