8 lines
288 B
Bash
8 lines
288 B
Bash
|
#
|
||
|
# Additions for bash shell.
|
||
|
# Include at the end of .bashrc (Or .profile)
|
||
|
#
|
||
|
|
||
|
# Custom prompt
|
||
|
export PS1="\[$(tput bold)\]\[$(tput setaf 2)\]\h\[$(tput setaf 7)\] - \[$(tput setaf 1)\]\u\[$(tput setaf 7)\] - \[$(tput setaf 4)\]\W \[$(tput setaf 7)\]\[$(tput sgr0)\]\\$ \[$(tput sgr0)\]"
|