diff options
author | Alan Pearce | 2023-05-25 08:11:41 +0200 |
---|---|---|
committer | Alan Pearce | 2023-05-25 08:12:04 +0200 |
commit | 0f1377467979964f37c4480b49aa229f7cfcf52a (patch) | |
tree | a0719081958047571ca9202abdec0282bf7f4769 | |
parent | 26649f5dad212e0838a9df80e710da645fb84e89 (diff) | |
download | nixfiles-0f1377467979964f37c4480b49aa229f7cfcf52a.tar.lz nixfiles-0f1377467979964f37c4480b49aa229f7cfcf52a.tar.zst nixfiles-0f1377467979964f37c4480b49aa229f7cfcf52a.zip |
zsh: make ip command use colours in output
-rw-r--r-- | user/settings/zsh.nix | 2 |
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"; |