質問編集履歴
1
指摘ありのため
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,4 +1,9 @@
|
|
1
1
|
```
|
2
|
+
# git settings
|
3
|
+
source /usr/local/etc/bash_completion.d/git-prompt.sh
|
4
|
+
source /usr/local/git/contrib/completion/git-completion.bash
|
5
|
+
GIT_PS1_SHOWDIRTYSTATE=true
|
6
|
+
|
2
7
|
export PS1="[\u@\h \W]$"
|
3
8
|
```
|
4
9
|
|