modules/zsh: Writing my own k8s cli tooling...
This commit is contained in:
parent
d229f4924c
commit
341634dbd4
1 changed files with 2 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
oh-my-zsh = {
|
oh-my-zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
plugins = [ "git" "fzf" "kubectx" ];
|
plugins = [ "git" "fzf" ];
|
||||||
theme = "kolo";
|
theme = "kolo";
|
||||||
};
|
};
|
||||||
history = {
|
history = {
|
||||||
|
@ -13,9 +13,6 @@
|
||||||
};
|
};
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
"k" = "kubectl";
|
"k" = "kubectl";
|
||||||
"kx" = "kubectx";
|
|
||||||
"kn" = "kubechn";
|
|
||||||
"kc" = "kubechc";
|
|
||||||
"dl" = "ls -lhtr --color=always ~/Downloads | tail -n 10"; # Show the 10 newest Downloads
|
"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";
|
"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
|
"beep" = "paplay /usr/share/sounds/freedesktop/stereo/complete.oga"; # play "ding" for long running jobs
|
||||||
|
@ -43,7 +40,7 @@
|
||||||
export EDITOR="nvim";
|
export EDITOR="nvim";
|
||||||
export PATH="$PATH:$HOME/.krew/bin:$HOME/bin:$HOME/go/bin";
|
export PATH="$PATH:$HOME/.krew/bin:$HOME/bin:$HOME/go/bin";
|
||||||
source <(kubectl completion zsh)
|
source <(kubectl completion zsh)
|
||||||
source ~/repos/kubech/kubech
|
source ~/bin/ktx
|
||||||
|
|
||||||
export GOPRIVATE=gitlab.com
|
export GOPRIVATE=gitlab.com
|
||||||
export GOAUTH=netrc
|
export GOAUTH=netrc
|
||||||
|
|
Loading…
Add table
Reference in a new issue