質問編集履歴
2
修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -44,7 +44,7 @@
|
|
44
44
|
|
45
45
|
また、bashrcファイルの記載を確認してみると、次のようになっています。
|
46
46
|
|
47
|
-
/etc/
|
47
|
+
/etc/bashrc
|
48
48
|
➔PS1に関する記載なし
|
49
49
|
|
50
50
|
~/.bash_profileの記載
|
1
修正内容 ~/etc/bashrc ➔ /etc/bashrc
title
CHANGED
File without changes
|
body
CHANGED
@@ -44,14 +44,17 @@
|
|
44
44
|
|
45
45
|
また、bashrcファイルの記載を確認してみると、次のようになっています。
|
46
46
|
|
47
|
-
|
47
|
+
/etc/profile
|
48
|
+
➔PS1に関する記載なし
|
48
49
|
|
49
|
-
|
50
|
+
~/.bash_profileの記載
|
51
|
+
➔PS1に関する記載なし
|
50
52
|
|
51
|
-
~/
|
53
|
+
~/.bash_login
|
54
|
+
➔No such file or directory
|
52
55
|
|
53
|
-
|
56
|
+
~/.profile
|
57
|
+
➔No such file or directory
|
54
58
|
|
55
|
-
~/.
|
59
|
+
~/.bashrc の記載
|
56
|
-
|
57
|
-
➔PS1
|
60
|
+
➔$ PS1='\h:\W \u\$'
|