スクリプト名が間違っていたので修正
parent
7187a52d82
commit
eef0b2081b
|
@ -1,6 +1,6 @@
|
|||
# Toybox
|
||||
|
||||
## cpp.sh
|
||||
## ccp.sh
|
||||
|
||||
トラブルが発生したときに、Linuxのttyにログインして操作していたところ、lsで表示されるディレクトリ名が青で見づらかった。
|
||||
このとき、色を少し明るくして判別できる程度にしようという試み。
|
||||
|
@ -9,6 +9,6 @@ loadkeys jp
|
|||
wget https://gitea.rohhie.net/rohhie/toybox/raw/branch/main/ccp.sh
|
||||
bash ccp.sh
|
||||
```
|
||||
キーボードを一時的に日本語レイアウトにして、ccp.shをダウンロードして実行し、カラーパレットを変更する。
|
||||
キーボードを一時的に日本語レイアウトにして、ccp.shをダウンロードして実行し、ttyのカラーパレットを変更する。
|
||||
|
||||
詳細は[こちら](https://rohhie.net/ubuntu22-04-changing-the-console-color/)。
|
||||
詳細は[こちら](https://rohhie.net/ubuntu22-04-changing-the-console-color/)。
|
||||
|
|
Loading…
Reference in New Issue