FZF Hotkey

Auto-activate Virtual Environments in Python Projects

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