1
mirror of https://github.com/wlcx/home.git synced 2025-10-11 22:43:44 +01:00

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

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