diff --git a/home-manager/modules/common.nix b/home-manager/modules/common.nix index b905b16..c90a757 100644 --- a/home-manager/modules/common.nix +++ b/home-manager/modules/common.nix @@ -118,6 +118,9 @@ in hm = "home-manager"; k = "kubectl"; }; + shellAliases = { + ip = "ip --color=auto"; + }; }; ssh = {