Complete reimplementation to support cross platform usage without namespaces
This commit is contained in:
6
scripts.d/10-powerline.sh
Normal file
6
scripts.d/10-powerline.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
if [ -f `which powerline-daemon` ]; then
|
||||
powerline-daemon -q
|
||||
POWERLINE_BASH_CONTINUATION=1
|
||||
POWERLINE_BASH_SELECT=1
|
||||
. /usr/share/powerline/bash/powerline.sh
|
||||
fi
|
||||
Reference in New Issue
Block a user