From f2d37353554600417cfb33a4a1d15f4888a70ca8 Mon Sep 17 00:00:00 2001 From: Devin Haska <2636402+wonderfulfrog@users.noreply.github.com> Date: Tue, 2 Jul 2024 18:16:55 -0700 Subject: [PATCH] feat: include fzf autocomplete for zsh --- .zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zshrc b/.zshrc index 4531894..484939b 100644 --- a/.zshrc +++ b/.zshrc @@ -7,6 +7,8 @@ zinit light zsh-users/zsh-syntax-highlighting zinit light zsh-users/zsh-autosuggestions zinit light Aloxaf/fzf-tab +source <(fzf --zsh) + if [ "$TERM_PROGRAM" != "Apple_Terminal" ]; then eval "$(oh-my-posh init zsh --config $HOME/.config/ohmyposh/config.toml)" fi