title | date | author | tags | slug | ||||
---|---|---|---|---|---|---|---|---|
Powerline from ports on FreeBSD |
2017-02-02 |
L.J. Hanson |
|
powerline-from-ports-on-freebsd |
In your .profile add the following:
/usr/local/bin/powerline-daemon -q
POWERLINE_BASH_CONTINUATION=1POWERLINE_BASH_SELECT=1
source /usr/local/lib/python2.7/site-packages/powerline/bindings/bash/powerline.sh
Partly from here.