Config File Collection
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

powerline.sh 394B

1234567891011121314
  1. #!/bin/sh
  2. #
  3. # You need to install powerline and fonts-powerline
  4. #
  5. # You need to install powerline-gitstatus by sudo pip install powerline-gitstatus
  6. # See also powerline.zip for the content in ~/config/powerline
  7. if [ ! `which powerline-daemon` == "" ]; then
  8. powerline-daemon -q
  9. POWERLINE_BASH_SELECT=1
  10. POWERLINE_BASH_CONTINUATION=1
  11. . /usr/share/powerline/bindings/bash/powerline.sh
  12. fi