Ubunuのプロンプトを一時的に変更する

Ubuntu系の記事にスクリーンショットを貼り付けたい時、実際に使っているホスト名を入れたくなく、画像処理で消すのも面倒なので一時的にプロンプトを変更してみる。

方法

以下のテキストを実行する。

export PS1="\u@SakuraVPS:\w$"

参考

How to Change Bash Prompt
The “Bash prompt” on the command line interface is that bit of text that precedes your commands. It is usually the usern...

コメント

タイトルとURLをコピーしました