caiogondim / bullet-train.zsh

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

Fix Go version prompt #275

Closed embano1 closed 6 years ago

embano1 commented 6 years ago

Fixes Go version prompt for newer Go versions (especially dot releases). Only displays major and first minor version, e.g. 1.10 but not 1.10.1.

Before: image

After: image

salmanulfarzy commented 6 years ago

Please see #264

embano1 commented 6 years ago

Thx