以下に示すように tput を使用して PS1 プロンプト色を変更することもできます: $ export PS1="\[$(tput bold)$(tput setb 4)$(tput setaf 7)\]\u@\h:\w $ \[$(tput sgr0)\]“tput で指定可能な色: o tput setab [1-7] - ANSI エスケープを使用して背景色をセットする o tput setb [1-7] - 背景色をセットする o tput setaf [1-7] - ANSI エスケープを使用して前景色をセットする o tput setf [1-7] - 前景色をセットする tput で指定可能なテキストの色: o tput bold - ボールドモードをセットする o tput dim - half-bright モードをオンにする o tput smul - アンダーライン