about summary refs log tree commit diff
path: root/nix/profiles/home-manager
diff options
context:
space:
mode:
authorFranck Cuny <fcuny@roblox.com>2024-12-03 14:25:21 -0800
committerFranck Cuny <fcuny@roblox.com>2024-12-03 14:25:44 -0800
commitae0d75b1718c243269273647fc1ababca9303771 (patch)
tree7cb1d7fbb8ecedb6e8889044498eb06a3d8cac74 /nix/profiles/home-manager
parentinstall zoom on the MBA. (diff)
downloadworld-ae0d75b1718c243269273647fc1ababca9303771.tar.gz
add shell aliases for kubectl and kubie
Diffstat (limited to 'nix/profiles/home-manager')
-rw-r--r--nix/profiles/home-manager/work.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/nix/profiles/home-manager/work.nix b/nix/profiles/home-manager/work.nix
index dc51dda..f60c8fc 100644
--- a/nix/profiles/home-manager/work.nix
+++ b/nix/profiles/home-manager/work.nix
@@ -21,6 +21,11 @@
     nomad-pack
   ];
 
+  programs.fish.shellAliases = {
+    k = "kubectl";
+    kctx = "kubie ctx";
+  };
+
   home.file.kubie = {
     target = ".kube/kubie.yaml";
     text = ''