danhper / fundle

A minimalist package manager for fish shell
MIT License
376 stars 22 forks source link

Profiler is not working #9

Closed tcoenraad closed 8 years ago

tcoenraad commented 8 years ago

When I use fundle init --profile in my config.fish to profile fundle gives me lot of warnings like this:

(standard_in) 1: illegal character: N
(standard_in) 1: illegal character: N
__fundle_load_plugin tuvistavie/oh-my-fish-core /Users/twancoenraad/.config/fish/fundle 1:

Can you look into this?

danhper commented 8 years ago

@tcoenraad Thanks for the report. I did not know that GNU date and BSD date were so different. This should be fixed on 0.3.2, but you need to have gdate installed. brew install coreutils should install it, as I wrote it in the readme. I took the time to add OSX build to travis, so I should be able to avoid those compatibility issues now.

tcoenraad commented 8 years ago

It is fixed, thank you :+1: