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

Go version display buggy on narrow window #255

Open ipfans opened 6 years ago

ipfans commented 6 years ago
2017-12-11 10 44 59
ipfans commented 6 years ago

grep go version should be:

go version | grep --colour=never -oE '[[:digit:]].[[:digit:]]([[:digit:]])?(.[[:digit:]])?'
embano1 commented 5 years ago

Fixed by https://github.com/caiogondim/bullet-train.zsh/pull/280