diff --git a/.zshrc b/.zshrc index d913668..9918e25 100644 --- a/.zshrc +++ b/.zshrc @@ -64,6 +64,11 @@ zstyle ':fzf-tab:complete:__zoxide_z:*' fzf-preview 'ls --color $realpath' setopt autocd notify # End of lines configured by zsh-newuser-install +# ─< init fzf for zsh >─────────────────────────────────────────────────────────────────── +if command_exists fzf; then + source <(fzf --zsh) +fi + _init (){ if command_exists oh-my-posh; then # eval "$(oh-my-posh init zsh --config 'https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/amro.omp.json')"