先来一张效果图:
怎么样?是不是很酷?
下面我来介绍怎么做到的。
首先
<span style="font-size:24px;">mkdir ~/.bash cd ~/.bash git clone https://github.com/jimeh/git-aware-prompt.git</span>
然后编辑~/ .profile或者~/.bash_profile, 两者都可以。
<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信息
时间: 2025-01-13 23:56:46