summaryrefslogtreecommitdiffstats
path: root/debian/powerline.sh
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 12:38:07 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 12:38:07 +0000
commit6dc7255b85d1c1bb1b66b94c55a91f21905eef08 (patch)
tree09a26e75b022344fa64251c7973cccfffe8f174d /debian/powerline.sh
parentAdding upstream version 2.8.1. (diff)
downloadpowerline-6dc7255b85d1c1bb1b66b94c55a91f21905eef08.tar.xz
powerline-6dc7255b85d1c1bb1b66b94c55a91f21905eef08.zip
Adding debian version 2.8.1-4.debian/2.8.1-4debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-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