7 lines
167 B
Text
7 lines
167 B
Text
|
if [ -f `which powerline-daemon` ]; then
|
||
|
powerline-daemon -q
|
||
|
POWERLINE_BASH_CONTINUATION=1
|
||
|
POWERLINE_BASH_SELECT=1
|
||
|
. /usr/share/powerline/bash/powerline.sh
|
||
|
fi
|