zsh: alias ip to enable color

This commit is contained in:
2022-04-08 02:17:31 +00:00
parent 21fd847cc3
commit 15f131712e
+1
View File
@@ -22,6 +22,7 @@ in {
shellAliases = {
g = "git";
cat = "bat";
ip = "ip --color=auto";
hmswitch = ''home-manager switch --flake ".#$(hostname -s)"'';
nrswitch = "sudo nixos-rebuild switch --flake '.#'";
};