ZSH: work aliases

This commit is contained in:
Tobias Manske 2022-06-01 19:13:31 +02:00
parent 4897076bec
commit 0cc7b30349
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG Key ID: 202689A59D645C1C
1 changed files with 7 additions and 0 deletions

7
.zshrc
View File

@ -154,3 +154,10 @@ autoload -Uz compinit; compinit
source /usr/share/fzf-tab-completion/zsh/fzf-zsh-completion.sh
bindkey '^I' fzf_completion
source =(thefuck -a)
source =(hcloud completion zsh)
source =(kubectl completion zsh)
source =(kubectl completion zsh | sed 's/kubectl/k/g')
alias k="kubectl"
source =(helm completion zsh)
export KUBECONFIG="$HOME/.kube/config"