Skip to content

Commit

Permalink
Update .zshrc
Browse files Browse the repository at this point in the history
  • Loading branch information
wardnath authored Jul 27, 2024
1 parent e0390e5 commit 76e022a
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ zinit ice as'program' src'asdf.sh'
zinit light asdf-vm/asdf
zinit snippet 'OMZP::asdf'

# Reload completions
autoload -Uz compinit && compinit

# Style

# disable sort when completing `git checkout`
Expand All @@ -130,18 +133,18 @@ zstyle ':fzf-tab:*' switch-group '<' '>'
### End - zinit Config

### Start - App Config
export PATH="$PATH:/root/local/bin"
export PATH="$PATH:/root/.local/bin"
# starship
#eval "$(starship init zsh)"
# eval "$(starship init zsh)"
# zoxide
#eval "$(zoxide init zsh)"
eval "$(zoxide init zsh)"
# atuin
#eval "$(atuin init zsh)"
#eval "$(atuin gen-completions --shell=zsh)"
# devbox completions
eval "$(devbox completion zsh)"

# vi mode
# vi mode - already set above
# set -o vi

# nnn
Expand Down

0 comments on commit 76e022a

Please sign in to comment.