Powerline : Pour un terminal plus sympa et pratique

====Installation====

apt install python-pip
pip install powerline-status
apt install fonts-powerline

====Configuration dans .bashrc====

# Powerline
if [ -f `which powerline-daemon` ]; then
powerline-daemon -q
POWERLINE_BASH_CONTINUATION=1
POWERLINE_BASH_SELECT=1
fi

if [ -f /usr/local/lib/python2.7/dist-packages/powerline/bindings/bash/powerline.sh ]; then
source /usr/local/lib/python2.7/dist-packages/powerline/bindings/bash/powerline.sh
fi

====Lien====

Voici la doc