summaryrefslogtreecommitdiffstats
path: root/debian/powerline.sh
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 16:40:17 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 16:40:17 +0000
commit38a4353f63924f0734ee6d85efdf848a6d93bc7e (patch)
treea62557ea80510890872e67e39fd4de63167b9db7 /debian/powerline.sh
parentAdding upstream version 2.8.3. (diff)
downloadpowerline-debian/2.8.3-4.tar.xz
powerline-debian/2.8.3-4.zip
Adding debian version 2.8.3-4.debian/2.8.3-4debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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