Skip to content

Commit

Permalink
Update .zshrc
Browse files Browse the repository at this point in the history
  • Loading branch information
wardnath authored Jul 4, 2024
1 parent 5ff58cd commit 656408c
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,6 @@ zinit light Aloxaf/fzf-tab
# reminders for aliases if whole command is typed
zinit light djui/alias-tips

# kubernetes completions and aliases
zinit ice lucid wait \
has'kubectl' \
atinit'source <(kubectl completion zsh)'
zinit light Dbz/kube-aliases

# vim mode in zsh
zinit ice depth=1
zinit light jeffreytse/zsh-vi-mode
Expand Down Expand Up @@ -86,7 +80,8 @@ eval "$(starship init zsh)"
# zoxide
eval "$(zoxide init zsh)"
# atuin
eval "$(atuin init zsh )"
eval "$(atuin init zsh)"
eval "$(atuin gen-completions --shell=zsh)"
# devbox completions
eval "$(devbox completion zsh)"

Expand All @@ -108,4 +103,5 @@ export LC_ALL="C.UTF-8"
export EDITOR="nvim"
export VISUAL="nvim"
export PREVIEW="nvim"
alias python3="python"

0 comments on commit 656408c

Please sign in to comment.