From 102805d89ec5944f41da924822f14457c344d36d Mon Sep 17 00:00:00 2001 From: Jack O'Sullivan Date: Sat, 6 May 2023 19:44:24 +0100 Subject: [PATCH] home-manager/common: Add color to `ip` --- home-manager/modules/common.nix | 3 +++ 1 file changed, 3 insertions(+) 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 = {