zsh/fzfplugin: easily add and recall named favorites of your important directories and files. You can create, delete and autocomplete persistent aliases on the fly, or quickly search them with fzf and paste them in the prompt line. Usage ...
Hi, I installed Oh My Zsh on iOS (and made surefzfis installed and in my PATH) but when starting Zsh I get: [oh-my-zsh] fzf plugin: Cannot find fzf installation directory. Please add `export FZF_BASE=/path/to/fzf/install/dir` to your .zshrc The fzf binary is in/var/jb/usr/bi...
On OpenSUSE, the fzf package and its supporting fzf-zsh-completion package don't follow the same directory structure as expected by fzf.plugin.zsh. There's no self contained FZF_BASE directory, and even if that were overridden to /usr, the OpenSUSE RPM renames key-bindings.zsh to fzf-key...
Repository files navigation README MIT license zsh-fzf A simple mirror of oh-my-zsh's fzf plugin. This plugin was not created by me. I'm simply hosting it here for use outside of oh-my-zsh.AboutA simple repository for hosting oh-my-zsh's fzf plugin. github...
Clone the repository inside your oh-my-zsh repo: git clone https://github.com/joshskidmore/zsh-fzf-history-search${ZSH_CUSTOM:=~/.oh-my-zsh/custom}/plugins/zsh-fzf-history-search Enable it in your.zshrcby adding it to your plugin list: ...
igit- interactive git command using fzf Requirements zsh fzf Install Withzinit Withzplug🌺 zplug"ytakahashi/igit" Manually Clone this repository and loadigit.plugin.zshfrom.zshrc source /path/to/igit.plugin.zsh Usage igit [command]
so, the fzf zsh part is : /usr/local/share/zsh/site-functions/_fzf_completion /usr/local/share/zsh/site-functions/_fzf_key_bindings Describe the bug I've got this warning each time I open a terminal : [oh-my-zsh] fzf plugin: Cannot find fzf installation directory. Please add `expo...