wsl やターミナルのプロンプト表示を短くしたい。
$cd ~ で移動して。 そこにある.bashrc 内にある下記の文を編集。
\w(小文字)を\W(大文字)にする!
(.bashrc)
export PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\W\[\033[00m\]\$ '
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 3 years have passed since last update.
wsl やターミナルのプロンプト表示を短くしたい。
$cd ~ で移動して。 そこにある.bashrc 内にある下記の文を編集。
\w(小文字)を\W(大文字)にする!
export PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\W\[\033[00m\]\$ '
Register as a new user and use Qiita more conveniently
Go to list of users who liked