From 2a846f1194539d2b01c133e0a53ee2d8371b74f8 Mon Sep 17 00:00:00 2001 From: Devin Haska <2636402+wonderfulfrog@users.noreply.github.com> Date: Mon, 29 Jul 2024 17:42:50 -0700 Subject: [PATCH] feat: update .zshrc --- .zshrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 484939b..f81a9c6 100644 --- a/.zshrc +++ b/.zshrc @@ -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)