質問編集履歴
2
マークダウンによる構成
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,3 +1,11 @@
|
|
1
|
+
# 実現したいこと
|
2
|
+
|
3
|
+
Bashターミナルでのプロンプト(表示名)を`parentDirectory/currentDirectory$`のように表示したい
|
4
|
+
|
5
|
+
|
6
|
+
|
7
|
+
# 現在の設定
|
8
|
+
|
1
9
|
現在`.bash_profile`にてプロンプトを下記のように設定しています
|
2
10
|
|
3
11
|
`export PS1="\W $ "`
|
@@ -6,7 +14,7 @@
|
|
6
14
|
|
7
15
|
これを`parentDirectory/currentDirectory$`のように表示を変えたいです。
|
8
16
|
|
9
|
-
`/etc/ssh/`だったら`etc/ssh`
|
17
|
+
`/etc/ssh/`だったら`etc/ssh`のように
|
10
18
|
|
11
19
|
正規表現などでの実現方法がわからずこちらで質問させていただいた次第です。
|
12
20
|
|
1
titleの修正
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
bashターミナルでのプロンプト(表示名)を`parentDirectory/currentDirectory`のように表示したい
|
1
|
+
bashターミナルでのプロンプト(表示名)を`parentDirectory/currentDirectory$`のように表示したい
|
test
CHANGED
File without changes
|