Added kubectl alias and zshrc for atuin
This commit is contained in:
parent
19d340395e
commit
e4f5ea88fa
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
if (( ${+commands[kubectl]} )); then
|
||||
alias k=kubectl
|
||||
source <(kubectl completion zsh)
|
||||
fi
|
||||
|
|
4
.zshrc
4
.zshrc
|
@ -179,3 +179,7 @@ then
|
|||
export PATH=$PATH:/home/psi-jack/go/bin
|
||||
fi
|
||||
|
||||
|
||||
# Added by Atuin:
|
||||
eval "$(atuin init zsh)"
|
||||
|
||||
|
|
Loading…
Reference in a new issue