Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
1234567891011121314 |
- #!/bin/sh
- #
-
- # You need to install powerline and fonts-powerline
- #
- # You need to install powerline-gitstatus by sudo pip install powerline-gitstatus
- # See also powerline.zip for the content in ~/config/powerline
-
- if [ ! `which powerline-daemon` == "" ]; then
- powerline-daemon -q
- POWERLINE_BASH_SELECT=1
- POWERLINE_BASH_CONTINUATION=1
- . /usr/share/powerline/bindings/bash/powerline.sh
- fi
|