feat: alias 'kubectl' to 'k'

This commit is contained in:
2026-04-17 12:49:48 +02:00
parent 50d6e681f6
commit eeff3fc44c
+4
View File
@@ -18,6 +18,10 @@
enableAlias = true;
};
home.shellAliases = {
k = "kubectl";
};
imports = [
./helm.nix
./k9s.nix