home-manager/common: Add color to ip
This commit is contained in:
@@ -118,6 +118,9 @@ in
|
|||||||
hm = "home-manager";
|
hm = "home-manager";
|
||||||
k = "kubectl";
|
k = "kubectl";
|
||||||
};
|
};
|
||||||
|
shellAliases = {
|
||||||
|
ip = "ip --color=auto";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
ssh = {
|
ssh = {
|
||||||
|
Reference in New Issue
Block a user