This commit is contained in:
Dave Gallant
2022-07-13 09:36:55 -04:00
parent 2bade9f0b5
commit d37171f64a
3 changed files with 25 additions and 21 deletions

View File

@@ -121,13 +121,13 @@ in {
export GOPATH=~/go
export GOBIN=$GOPATH/bin
export PATH=$PATH:$GOBIN
export PATH=$HOME/.krew/bin:$PATH
'';
initExtra = ''
setopt noincappendhistory
source <(kubectl completion zsh)
source $HOME/.zsh-work
eval "$(jira --completion-script-bash)"
@@ -139,6 +139,9 @@ in {
alias xdg-open=open
fi
# kubectl
source <(kubectl completion zsh)
# kubecolor
source <(kubectl completion zsh)
alias kubectl=kubecolor