feat: alias 'kubectl' to 'k'
This commit is contained in:
@@ -18,6 +18,10 @@
|
|||||||
enableAlias = true;
|
enableAlias = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
home.shellAliases = {
|
||||||
|
k = "kubectl";
|
||||||
|
};
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
./helm.nix
|
./helm.nix
|
||||||
./k9s.nix
|
./k9s.nix
|
||||||
|
|||||||
Reference in New Issue
Block a user