aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-10-28 07:40:39 -0200
committerSilvio Rhatto <rhatto@riseup.net>2017-10-28 07:40:39 -0200
commita8f02816b7ef7f843f55723a2d0709f2566fe00d (patch)
tree1603d8cd8e57f962ba1a483ae11a79c9da84e60c
parent5bd6b7df7a729fc923958870a2258c92ba12a248 (diff)
downloadprofile-a8f02816b7ef7f843f55723a2d0709f2566fe00d.tar.gz
profile-a8f02816b7ef7f843f55723a2d0709f2566fe00d.tar.bz2
Start the powerline daemon
-rw-r--r--profile.dot.link6
1 files changed, 6 insertions, 0 deletions
diff --git a/profile.dot.link b/profile.dot.link
index 9638c8c..08e605e 100644
--- a/profile.dot.link
+++ b/profile.dot.link
@@ -227,6 +227,12 @@ if [ -e "$HOME/apps/python" ]; then
fi
fi
+# Start the powerline daemon
+# See http://powerline.readthedocs.io/en/master/usage/shell-prompts.html
+if [ -x "/usr/bin/powerline-daemon" ]; then
+ /usr/bin/powerline-daemon -q
+fi
+
# Bash specifics
#if [ -n "$BASH_VERSION" ]; then
if [ "$0" = "bash" ]; then