zsh: alias ip to enable color

This commit is contained in:
Sam W 2022-04-07 01:33:42 +00:00
parent 21fd847cc3
commit 15f131712e
1 changed files with 1 additions and 0 deletions

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 '.#'";
};