diff options
author | Griffin Smith <root@gws.fyi> | 2020-03-31T21·10-0400 |
---|---|---|
committer | Griffin Smith <root@gws.fyi> | 2020-03-31T21·10-0400 |
commit | 58741dad6307672fe1f9618043e29e6ccc122041 (patch) | |
tree | c92949a80792634d6611969116ab3aa11b819319 /home/modules | |
parent | 562100bad219434920f1787187c7a3be19c19c86 (diff) |
klf alias
Diffstat (limited to 'home/modules')
-rw-r--r-- | home/modules/shell.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/modules/shell.nix b/home/modules/shell.nix index 9d74bc73baff..9316285b477d 100644 --- a/home/modules/shell.nix +++ b/home/modules/shell.nix @@ -38,6 +38,7 @@ "kga" = "kc get --all-namespaces"; "kpd" = "kubectl get pods"; "kpa" = "kubectl get pods --all-namespaces"; + "klf" = "kubectl logs -f"; "kdep" = "kubectl get deployments"; "ked" = "kubectl edit deployment"; "kpw" = "kubectl get pods -w"; |