Add kctx alias

This commit is contained in:
2025-07-09 17:53:44 +02:00
parent d513d02fe6
commit c3e788b8f1
+1
View File
@@ -52,6 +52,7 @@
dc = "docker-compose";
dcd = "docker-compose -f (../)#docker-compose.dev.yml";
k = "kubectl";
kctx = "kubectl config get-contexts -o name | fzf --height=10 | xargs kubectl config use-context";
op = "xdg-open";
py = "python3 2> /dev/null || , python3";
jctl = "sudo journalctl -n 1000 -fu";