Skip to content

Commit

Permalink
Update .zshrc
Browse files Browse the repository at this point in the history
  • Loading branch information
wardnath authored Aug 8, 2024
1 parent 199ab37 commit 6091750
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ autoload -Uz compinit; compinit
# End of Zinit's installer chunk

### fzf config, must be after fast-syntax-highlighting, zsh-autusuggestions, compinit
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
zinit load Aloxaf/fzf-tab
#[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
#zinit load Aloxaf/fzf-tab

### Atuin
zinit ice wait lucid
Expand All @@ -61,9 +61,9 @@ zinit ice from"gh-r" as"command" atload'eval "$(starship init zsh)"'
zinit load starship/starship

# interactive jq; awesome
zinit ice wait lucid \
atload"bindkey '^j' jq-complete"
zinit light "reegnz/jq-zsh-plugin"
#zinit ice wait lucid \
# atload"bindkey '^j' jq-complete"
#zinit light "reegnz/jq-zsh-plugin"

## Load OMZ Git library
zinit snippet OMZ::lib/git.zsh
Expand Down

0 comments on commit 6091750

Please sign in to comment.