feat: update .zshrc

This commit is contained in:
Devin Haska 2024-07-29 17:42:50 -07:00
parent 2ded8f87e1
commit 2a846f1194
No known key found for this signature in database

4
.zshrc
View file

@ -3,9 +3,11 @@ ZINIT_HOME="${XDG_DATA_HOME:-${HOME}/.local/share}/zinit/zinit.git"
[ ! -d $ZINIT_HOME/.git ] && git clone https://github.com/zdharma-continuum/zinit.git "$ZINIT_HOME"
source "${ZINIT_HOME}/zinit.zsh"
zinit light Aloxaf/fzf-tab
zinit light zsh-users/zsh-syntax-highlighting
zinit light zsh-users/zsh-autosuggestions
zinit light Aloxaf/fzf-tab
zicompinit; zicdreplay
source <(fzf --zsh)