dotfiles/bashrc.d/powerline

7 lines
167 B
Text
Raw Normal View History

2025-04-02 16:35:27 +02:00
if [ -f `which powerline-daemon` ]; then
powerline-daemon -q
POWERLINE_BASH_CONTINUATION=1
POWERLINE_BASH_SELECT=1
. /usr/share/powerline/bash/powerline.sh
fi