summaryrefslogtreecommitdiffstats
path: root/debian/powerline.sh
diff options
context:
space:
mode:
Diffstat (limited to 'debian/powerline.sh')
-rw-r--r--debian/powerline.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/powerline.sh b/debian/powerline.sh
new file mode 100644
index 0000000..51677ac
--- /dev/null
+++ b/debian/powerline.sh
@@ -0,0 +1,11 @@
+# /etc/profile.d/zz-powerline.sh
+
+if [ -n "${BASH}" ] && [ -e /usr/bin/powerline-daemon ]
+then
+ powerline-daemon -q
+
+ POWERLINE_BASH_CONTINUATION="1"
+ POWERLINE_BASH_SELECT="1"
+
+ . /usr/share/powerline/bindings/bash/powerline.sh
+fi