feat: include fzf autocomplete for zsh

This commit is contained in:
Devin Haska 2025-05-27 12:20:44 -07:00
parent c8a0710fbc
commit b5ef0afdf6

2
.zshrc
View file

@ -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