LoginSignup
0
1

More than 5 years have passed since last update.

Ubuntuのプロンプト変更

Last updated at Posted at 2015-12-19

プロンプトの設定

Ubuntuのプロンプトはデフォルトで
[uyuni@uyuni-top:/home/uyuni/projects]$
のように絶対パス表示になっているので

export PS1="[\u@\h \W]\\$ "
と設定すると
[uyuni@uyuni-top projects]$
と表示を直すことができる。

これを.bashrcあたりに追記しておく。

[自分用メモ]

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1