2014-11-12から1日間の記事一覧

Ubuntu & Mac - Terminalのプロンプトを設定

Ubuntu ~/.bashrcのPS1を書き換える。 if [ "$color_prompt" = yes ]; then PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ ' else PS1='${debian_chroot:+($debian_chroot)}\[\e[1;33m\]\w\$\[…