mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 11:23:40 +00:00
Add krew
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user