diff /root/.bashrc /root/.bashrc-from-before-reboot h='\h' u='\u' w='\w' c1='\[\033[01;32m\]' c2='\[\033[01;34m\]' cEnd='\[\033[00m\]' -PS1="$c1$u$h$cEnd:$c2$w$cEnd\$ " +PS1='\h-40-4_PR_005:$c2$w$cEnd\$ "
PS1=(BEFORE):(AFTER)
PS1='\h-VERSION:AFTER
(.*)PS1=(.*):(.*)
$1PS1=$x:$2
\h-40-4_PR_005
| The Following User Says Thank You to wolke For This Useful Post: | ||
# Set colors for prompt
#
col_bold="\033[1m"
col_red="\033[1;31m"
col_green="\033[1;32m"
col_yellow="\033[1;33m"
col_blue="\033[1;34m"
col_purple="\033[1;35m"
col_cyan="\033[1;36m"
col_normal="\033[0;39m"
# Prompt Settings
# PS1
PS1="\[${col_cyan}\]\u@\h:\[${col_blue}\]\w\[${col_normal}\]\$ "
export PS1
# Set colors for prompt
#
col_bold="\033[1m"
col_red="\033[1;31m"
col_green="\033[1;32m"
col_yellow="\033[1;33m"
col_blue="\033[1;34m"
col_purple="\033[1;35m"
col_cyan="\033[1;36m"
col_normal="\033[0;39m"
# Prompt Settings
# PS1
PS1="\[${col_cyan}\]\u@\h:\[${col_blue}\]\w\[${col_normal}\]\$ "
export PS1
| The Following User Says Thank You to rcolistete For This Useful Post: | ||
| The Following User Says Thank You to wolke For This Useful Post: | ||