課題
powerline導入時にbranch情報を表示するgit-prompt.shがうまく表示されなかった。
環境: Ubuntu 18.04.2 LTS (Bionic Beaver), bash 4.4.20
解決法
powerlineのrepoに解決方法があった。powerline config fileを書き換える。
issue#186
mkdir -p ~/.config/powerline
cat <<-'EOF' > ~/.config/powerline/config.json
{
"ext": {
"shell": {
"theme": "default_leftonly"
}
}
}
EOF
powerline-daemon --replace
結果
見た目がよくなればやる気も出るはず。