Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 494 Bytes

powerline-from-ports-on-freebsd.md

File metadata and controls

21 lines (18 loc) · 494 Bytes
title date author tags slug
Powerline from ports on FreeBSD
2017-02-02
L.J. Hanson
Python
FreeBSD
tmux
bash
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.