From 76213898bf8d27be8a696f3260bfd9c7a53d3773 Mon Sep 17 00:00:00 2001 From: pika Date: Tue, 22 Oct 2024 08:23:12 +0200 Subject: [PATCH] addet fzf integration --- .zshrc | 5 +++++ 1 file changed, 5 insertions(+) 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')"