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