bigH / git-fuzzy

interactive `git` with the help of `fzf`
MIT License
2.31k stars 42 forks source link

How can use this, or any step I missed ? #6

Closed OhIAmFine closed 3 years ago

OhIAmFine commented 4 years ago

I have installed fuzy, and followed the installtion step, but i can't run. image

baklazaner commented 4 years ago

I dont see your config file name, but lets say it is .zshrc. Then type this or restart terminal.

source ~/.zshrc

jonleopard commented 4 years ago

I tried installing git-fuzzy as a zsh plugin (with antibody) and it doesn't seem to be sourcing for me either. I've confirmed that the binary is in my PATH, but when I type get fuzzy, the following error returns: git: 'fuzzy' is not a git command. See 'git --help'.

Has anyone else here successfully installed this as a zsh plugin with their plugin manager?

OhIAmFine commented 4 years ago

@baklazaner restart terminal really helps me! thanks a lot.

spacemud commented 4 years ago

I would also be interested in ZSH plugin installation methods. Maybe a separate issue?