oh-my-fish / plugin-cd

A featured cd can make your fish journey much more pleasant.
https://github.com/sancoder-q/plugin-cd
MIT License
19 stars 5 forks source link

refactor: restore fisher V3 support; fix #8 #10

Closed jorgebucaran closed 5 years ago

jorgebucaran commented 5 years ago

Hi @SanCoder-Q, @BarbzYHOOL.

This PR fixes #8. None of these changes should block this package to be installed with Oh My Fish, but do check to make sure I didn't botch anything. If I did, it wasn't intentional.

See the commits for technical details.

The gist of these changes is removing extraneous code from init.fish and using files for functions.

Please read the fish documentation to understand what autoloading is and how it works.