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 2419e1d commit a4838a6
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,19 @@ zinit load starship/starship
# zinit light zdharma-continuum/fast-syntax-highlighting
# zinit light zsh-users/zsh-completions

# ZUI and Crasis
zinit ice wait"1" lucid
zinit load zdharma-continuum/zui

zinit ice wait'[[ -n ${ZLAST_COMMANDS[(r)cra*]} ]]' lucid
zinit load zdharma-continuum/zinit-crasis

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

# Install OMZ git aliases
zinit snippet OMZ::plugins/git/git.plugin.zsh

# Replace zsh's default completion selection menu with fzf!
zinit light Aloxaf/fzf-tab

# reminders for aliases if whole command is typed
zinit light djui/alias-tips
Expand Down

0 comments on commit a4838a6

Please sign in to comment.