caiogondim / bullet-train.zsh

:bullettrain_side: An oh-my-zsh shell theme based on the Powerline Vim plugin
MIT License
2.82k stars 382 forks source link

Feature: rust segment #258

Closed dbkaplun closed 6 years ago

dbkaplun commented 6 years ago

Would be great if there was a Rust segment! Thanks for considering!

caiogondim commented 6 years ago

Hi Dan,

How do you see it working?

dbkaplun commented 6 years ago

Hi! I am thinking that we can detect a Cargo.toml file in a parent directory, and if so, show the rust version as a segment:

$  rustc -V
rustc 1.25.0-nightly (3d292b793 2018-02-03)

It might look like 🦀 1.25.0-nightly. 😄