added powerline support in bashrc

This commit is contained in:
Christian Koptein 2024-07-14 14:51:40 +02:00
parent 96c28df07a
commit 850bbd1d8a

6
bashrc
View File

@ -86,3 +86,9 @@ if ! shopt -oq posix; then
fi fi
fi fi
export PATH=$PATH:/home/zul/.local/bin 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