oh-my-fish / theme-bobthefish

A Powerline-style, Git-aware fish theme optimized for awesome.
MIT License
1.46k stars 225 forks source link

Add a rustc version segment with multiple install options #314

Open hansl opened 2 years ago

hansl commented 2 years ago

This adds 4 options for rustc (if installed):

hansl commented 2 years ago

Show, not just tell:

image
hansl commented 2 years ago

@bobthecow This is ready to review when you want, and has been rebased on laster master branch. Thanks!

hansl commented 2 years ago

How expensive are cargo lookups? Can we default to on if rustc is present?

image

This is a cold run, it stabilizes between 50-70 msecs. Not sure why (file lookup to see if it needs to forward to another rustc, likely).

hansl commented 2 years ago

PTAL.

hansl commented 2 years ago

Ping, @bobthecow

hansl commented 1 year ago

@bobthecow Ping. I have additional changes that I would like to submit a PR for, but they're based on this and don't want to pollute your queue.