标签:style class blog c code http
先来一张效果图:
怎么样?是不是很酷?
下面我来介绍怎么做到的。
首先
<span style="font-size:24px;">mkdir ~/.bash cd ~/.bash git clone https://github.com/jimeh/git-aware-prompt.git</span>
<span style="font-size:24px;">vi ~/.profile</span>
export GITAWAREPROMPT=~/.bash/git-aware-prompt source $GITAWAREPROMPT/main.sh export PS1="\[$txtcyn\]\$git_branch\[$txtred\]\$git_dirty\[$txtrst\]\$ "
export PROMPT_COMMAND=‘echo -ne "\\033]0;${PWD/#$HOME/~}\\007"‘
保存。
运行
<span style="font-size:24px;">source ~/.profile</span>
自定义iTerm2标题栏和bash显示当前git branch信息,布布扣,bubuko.com
自定义iTerm2标题栏和bash显示当前git branch信息
标签:style class blog c code http
原文地址:http://blog.csdn.net/thinkdiff/article/details/26938933