andsens / homeshick

git dotfiles synchronizer written in bash
MIT License
2.1k stars 147 forks source link

Make homebrew homeshick work seamlessly with fish #202

Closed oefe closed 3 years ago

oefe commented 3 years ago

This change makes homeshick.fish find homeshick if it is on the path, without needing to set HOMESHICK_DIR.

(Homebrew installs homeshick on the path, and also installs homeshick.fish into a function autoloading directory.)

oefe commented 3 years ago

Replaces PR #200 - applied to development instead of master.

andsens commented 3 years ago

There we go, the github actions needed some fixing, that's why the tests were failing. Thank you very much for the contribution :-)