個人的bash設定
- 随時更新していく予定。
gitでブランチが表示されるように設定する
source /usr/local/etc/bash_completion.d/git-prompt.sh
source /usr/local/git/contrib/completion/git-completion.bash
GIT_PS1_SHOWDIRTYSTATE=true
export PS1='\[\033[32m\]\u@\h\[\033[00m\]:\[\033[34m\]\w\[\033[31m\]$(__git_ps1)\[\033[00m\]\n\$ '
-
上記を.bash_profileに追加(.bashrcでもいいかも?)
-
__git_ps1: command not found
こんなエラーが出た場合- gitcomprication.bash を配置
- 詳しくはここ参照しました
- gitcomprication.bash を配置
まだまだ、ターミナルが使い辛いので、設定していく予定。