mirror of https://github.com/wlcx/home.git
zsh: alias ip to enable color
This commit is contained in:
parent
21fd847cc3
commit
15f131712e
|
@ -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 '.#'";
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue