Skip to content

Commit

Permalink
feat(aliases): add kubectl shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
workflow committed Aug 8, 2024
1 parent ed9de19 commit 21881fe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions home/aliases.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@
k9s-test = "k9s --context datamesh-test-cluster";
k9s-prod = "k9s --context datamesh-prod-cluster";

kc = "kubectl";
kc-kind = "kubectl --context kind-kind";
kc-dlh = "kubectl --context dlh-context";
kc-test = "kubectl --context datamesh-test-cluster";
kc-prod = "kubectl --context datamesh-prod-cluster";

lh = "/run/current-system/sw/bin/ls -ah";

macgyver = "cd /home/farlion/code/dlh/common_scripts/setup_tools/sshforwarding; sudo python setup_forwarding.py";
Expand Down

0 comments on commit 21881fe

Please sign in to comment.