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