I am trying to configure powerline with zsh/bash.
https://packages.debian.org/stretch/powerline
I have found something like that (for ~/.bashrc):
- Code: Select all
if [ -f `which powerline-daemon` ]; then
powerline-daemon -q
POWERLINE_BASH_CONTINUATION=1
POWERLINE_BASH_SELECT=1
. /usr/share/powerline/bash/powerline.sh
fi
But on my system there is no bash folder in /usr/share/powerline/, there is bash folder at /usr/share/powerline/bindings/bash with powerline.sh inside it, but im not sure if thats the file and i dont want to break anything.
Any ideas?