Hacker News new | ask | show | jobs
by taf2 2141 days ago
Slightly off topic but for the shell in the example what did they export PS1 to get the nice looking solid background color for the host name and current working directory?
1 comments

Looks like some type of powerline plugin for their shell

https://github.com/b-ryan/powerline-shell

Yep, that's powerline (or an alternative inspired by) with an improperly-patched font (which is why it's got the box characters).
Thanks