Files
toolbox-dev-env/scripts.d/10-powerline.sh

6 lines
190 B
Bash
Raw Normal View History

if [ -f `which powerline-daemon` ]; then
powerline-daemon -q
POWERLINE_BASH_CONTINUATION=1
POWERLINE_BASH_SELECT=1
. /usr/share/powerline/bash/powerline.sh
fi