edc / bass

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

Use absolute path for the .py file #61

Closed FabioAntunes closed 5 years ago

FabioAntunes commented 5 years ago

The new version of fisher v3 only symlinks .fish files, I have added a check, to see if the bass is a symlink, if so, get the original path.

This way we don't need to symlink .py files inside fish/functions/

FabioAntunes commented 5 years ago

Nevermind it seems fisher v3 doesn't do symlinks anymore