From 9c19647e76e0344d005e4a465984cde4180dd4ef Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Sun, 28 Feb 2021 20:42:46 +0100 Subject: [PATCH] zsh: Alias ip to ip --color=auto --- users/simon/modules/zsh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/users/simon/modules/zsh.nix b/users/simon/modules/zsh.nix index f56595a..ab02f4f 100644 --- a/users/simon/modules/zsh.nix +++ b/users/simon/modules/zsh.nix @@ -41,6 +41,7 @@ in userctl = "systemctl --user"; vim = "nvim"; vimdiff = "nvim -d"; + ip = "ip --color=auto"; }; envExtra = '' export _JAVA_OPTIONS="-Dawt.useSystemAAFontSettings=on"