FZF Hotkey
Auto-activate Virtual Environments in Python Projects
- Clone this repository into
$ZSH_CUSTOM/plugins(by default~/.oh-my-zsh/custom/plugins)
git clone https://github.com/lxp731/fzf-hotkey $ZSH_CUSTOM/plugins/fzf-hotkey
- Add
fzf-hotkeyto the plugins array in your~/.zshrcfile
plugins=(
...
fzf-hotkey
)