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