reujab / silver

A cross-shell customizable powerline-like prompt with icons
MIT License
453 stars 30 forks source link

Doesn't work with fish after upgrading to 2.0.0 #83

Closed ilya-fedin closed 3 years ago

ilya-fedin commented 3 years ago

I just updated silver to 2.0.0, checked the wiki for actual instructions, replaced eval (silver init) with silver init | source and started a new shell instance, but I got this message:

thread 'main' panicked at 'unknown shell: "fish". Supported shells: bash, ion, powershell', src/main.rs:69:25
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

:(

thecaralice commented 3 years ago

fish support was moved to a separate fish plugin, use that instead

ilya-fedin commented 3 years ago

What if I don't want to use fisher?

thecaralice commented 3 years ago

You can copy the required files manually

ilya-fedin commented 3 years ago

Thx, works just fine, just copied the content of silver.fish to my config.fish