bigH / git-fuzzy

interactive `git` with the help of `fzf`
MIT License
2.32k stars 43 forks source link

Add executable to path for Fish shell #5

Closed andraghetti closed 3 years ago

andraghetti commented 4 years ago

Thank you for this cool tool.

You can add this to the README for fish users:

While, if you're running fish:


git clone https://github.com/bigH/git-fuzzy.git

add the executable to your path

echo set -x PATH (pwd)/git-fuzzy/bin:{$PATH} >> ~/.config/fish/config.fish

sametcodes commented 4 years ago

The output is incorrect for me.

$ echo "set -x PATH (pwd)\"/git-fuzzy/bin:\$PATH\""
set -x PATH (pwd)"/git-fuzzy/bin:$PATH"
andraghetti commented 4 years ago

try echo set -x PATH (pwd)/git-fuzzy/bin:{$PATH}

bigH commented 3 years ago

done & merged.