edc / bass

Make Bash utilities usable in Fish shell
MIT License
2.2k stars 70 forks source link

Add `all` target and Fisherman installation note. #22

Closed ghost closed 8 years ago

ghost commented 8 years ago

In the current implementation, running make will run make install by default causing Fisherman to deploy bass to ~/.config/fish/functions when it should not.

Even if Fisherman was able to patch this for the specific case of bass, it seems like a good practice to separate the build and install steps.

tl;dr

edc commented 8 years ago

Thanks for contributing this!

ghost commented 8 years ago

@edc Thank you for making this and saving a lot of people so much trouble! :smile: