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