feat: include fzf autocomplete for zsh

This commit is contained in:
Devin Haska 2024-07-02 18:16:55 -07:00
parent 8b8d18ffd8
commit f2d3735355
No known key found for this signature in database

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