Added kubectl alias and zshrc for atuin

This commit is contained in:
Eric Renfro 2023-12-17 14:00:08 -05:00
parent 19d340395e
commit e4f5ea88fa
Signed by: psi-jack
GPG Key ID: 14977F3A50D9A5BF
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,4 @@
if (( ${+commands[kubectl]} )); then
alias k=kubectl
source <(kubectl completion zsh)
fi

4
.zshrc
View File

@ -179,3 +179,7 @@ then
export PATH=$PATH:/home/psi-jack/go/bin
fi
# Added by Atuin:
eval "$(atuin init zsh)"