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-hotkey
to the plugins array in your~/.zshrc
file
plugins=(
...
fzf-hotkey
)