feat: include fzf autocomplete for zsh
This commit is contained in:
parent
8b8d18ffd8
commit
f2d3735355
1 changed files with 2 additions and 0 deletions
2
.zshrc
2
.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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue