about summary refs log tree commit diff
path: root/home/modules/shell.nix
diff options
context:
space:
mode:
authorGriffin Smith <root@gws.fyi>2020-03-31T21·10-0400
committerGriffin Smith <root@gws.fyi>2020-03-31T21·10-0400
commit58741dad6307672fe1f9618043e29e6ccc122041 (patch)
treec92949a80792634d6611969116ab3aa11b819319 /home/modules/shell.nix
parent562100bad219434920f1787187c7a3be19c19c86 (diff)
klf alias
Diffstat (limited to 'home/modules/shell.nix')
-rw-r--r--home/modules/shell.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/home/modules/shell.nix b/home/modules/shell.nix
index 9d74bc73ba..9316285b47 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";