質問編集履歴

3

2019/08/09 19:25

投稿

snow-covered
snow-covered

スコア10

test CHANGED
File without changes
test CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
 
4
4
 
5
- ターミナルの表示を変えようと[リンク内容](https://qiita.com/HitomiHoshisaki/items/0de4c295de9f2200af8d)
5
+ ターミナルの表示を変えようと[ターミナルを自分好みにカスタマイズするメモ](https://qiita.com/HitomiHoshisaki/items/0de4c295de9f2200af8d)
6
6
 
7
7
  こちらの通り設定を行いましたが、
8
8
 

2

リンク修正

2019/08/09 19:25

投稿

snow-covered
snow-covered

スコア10

test CHANGED
File without changes
test CHANGED
@@ -2,9 +2,7 @@
2
2
 
3
3
 
4
4
 
5
- ターミナルの表示を変えようと
6
-
7
- https://qiita.com/HitomiHoshisaki/items/0de4c295de9f2200af8d
5
+ ターミナルの表示を変えようと[リンク内容](https://qiita.com/HitomiHoshisaki/items/0de4c295de9f2200af8d)
8
6
 
9
7
  こちらの通り設定を行いましたが、
10
8
 

1

改行等の修正

2019/08/08 16:20

投稿

snow-covered
snow-covered

スコア10

test CHANGED
File without changes
test CHANGED
@@ -36,10 +36,20 @@
36
36
 
37
37
  1 # System-wide .bashrc file for interactive bash(1) shells.
38
38
 
39
- 2 if [ -z "$PS1" ]; then
39
+ 2 if [ -z "$PS1" ]; then
40
40
 
41
- 3 return 4 fi 5 6 PS1="\n[\033[36m]\t \w $ [\033[0m]"
41
+ 3 return
42
42
 
43
- 7 # Make bash check its window size after a process completes 8 shopt -s checkwinsize
43
+ 4 fi
44
44
 
45
- 9 10 checkwinsize[ -r "/etc/bashrc_$TERM_PROGRAM" ] && . "/etc/bashrc_$TERM_PROGRAM"
45
+ 5
46
+
47
+ 6 PS1="\n[\033[36m]\t \w $ [\033[0m]"
48
+
49
+ 7 # Make bash check its window size after a process completes
50
+
51
+ 8 shopt -s checkwinsize
52
+
53
+ 9
54
+
55
+ 10 checkwinsize[ -r "/etc/bashrc_$TERM_PROGRAM" ] && . "/etc/bashrc_$TERM_PROGRAM"