Add several aliases to zshenv and update PATH

This commit is contained in:
2021-05-18 11:54:23 +02:00
parent 9fa771baf9
commit 136ad10325
2 changed files with 3 additions and 0 deletions

View File

@@ -21,6 +21,8 @@ alias s3="aws s3"
alias kg="kubectl get "
alias kd="kubectl describe "
alias ke="kubectl edit "
alias ctx="kubectx"
alias ctl="kubectl"
# zsh-autosuggest
bindkey '^ ' autosuggest-accept