現在のブランチを表示
https://github.com/jimeh/git-aware-prompt
cygwinのコンソール(ck)でも動作した。
常時screen環境
export GITAWAREPROMPT=~/.bash/git-aware-prompt export PROMPT_COMMAND="source $GITAWAREPROMPT/main.sh" export PS1="\u@\h \w \[$txtcyn\]\$git_branch\[$txtred\]\$git_dirty\[$txtrst\]\$ " (中略) screen -r -d -U || screen -U
cygwin環境
$ tail -n3 .bash_profile export GITAWAREPROMPT=~/.bash/git-aware-prompt source $GITAWAREPROMPT/main.sh export PS1="\u@\h:\W\[$txtcyn\]\$git_branch\[$txtred\]\$git_dirty\[$txtrst\]\$ " ex. user@hostname:dirname(branchname)$