modules/zsh: Writing my own k8s cli tooling...

This commit is contained in:
fleaz 2025-04-22 15:21:53 +02:00
parent d229f4924c
commit 341634dbd4

View file

@ -3,7 +3,7 @@
enable = true;
oh-my-zsh = {
enable = true;
plugins = [ "git" "fzf" "kubectx" ];
plugins = [ "git" "fzf" ];
theme = "kolo";
};
history = {
@ -13,9 +13,6 @@
};
shellAliases = {
"k" = "kubectl";
"kx" = "kubectx";
"kn" = "kubechn";
"kc" = "kubechc";
"dl" = "ls -lhtr --color=always ~/Downloads | tail -n 10"; # Show the 10 newest Downloads
"buzzer" = "ssh -i Nextcloud/Privat/id_door door@door.cccda.de buzzer";
"beep" = "paplay /usr/share/sounds/freedesktop/stereo/complete.oga"; # play "ding" for long running jobs
@ -43,7 +40,7 @@
export EDITOR="nvim";
export PATH="$PATH:$HOME/.krew/bin:$HOME/bin:$HOME/go/bin";
source <(kubectl completion zsh)
source ~/repos/kubech/kubech
source ~/bin/ktx
export GOPRIVATE=gitlab.com
export GOAUTH=netrc