From 850bbd1d8a90cc37fbc3a197631f9ef20d780226 Mon Sep 17 00:00:00 2001 From: Christian Koptein Date: Sun, 14 Jul 2024 14:51:40 +0200 Subject: [PATCH] added powerline support in bashrc --- bashrc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bashrc b/bashrc index 76e7c56..c11608b 100644 --- a/bashrc +++ b/bashrc @@ -86,3 +86,9 @@ if ! shopt -oq posix; then fi fi export PATH=$PATH:/home/zul/.local/bin +if [ -f /usr/share/powerline/bindings/bash/powerline.sh ]; then + powerline-daemon -q + POWERLINE_BASH_CONTINUATION=1 + POWERLINE_BASH_SELECT=1 + . /usr/share/powerline/bindings/bash/powerline.sh +fi