diff options
author | Franck Cuny <fcuny@roblox.com> | 2024-12-03 14:25:21 -0800 |
---|---|---|
committer | Franck Cuny <fcuny@roblox.com> | 2024-12-03 14:25:44 -0800 |
commit | ae0d75b1718c243269273647fc1ababca9303771 (patch) | |
tree | 7cb1d7fbb8ecedb6e8889044498eb06a3d8cac74 /nix/profiles/home-manager | |
parent | install zoom on the MBA. (diff) | |
download | world-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.nix | 5 |
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 = '' |