05-04-2015, 02:15 AM
Perhaps we could change some colors
Them adding this to the end
![[Image: 3hlDmMC.png]](http://i.imgur.com/3hlDmMC.png)
Perhaps white bold would better match the current theme
Code:
leafpad $HOME/.bashrcCode:
if [ $USER = 'root' ]; then
PS1="\[\033[01;31m\]$USER@$HOSTNAME\[\033[0;00m\] \[\033[01;32m\]\w\\$\[\033[0;00m\] "
else
PS1="\[\033[01;33m\]$USER@$HOSTNAME\[\033[0;00m\] \[\033[01;32m\]\w\\$\[\033[0;00m\] "
fi![[Image: 3hlDmMC.png]](http://i.imgur.com/3hlDmMC.png)
Perhaps white bold would better match the current theme
Code:
if [ $USER = 'root' ]; then
#If user is root just print the hostname in yellow
PS1="\[\033[01;33m\]$HOSTNAME\[\033[0;00m\] \[\033[01;32m\]\w\\$\[\033[0;00m\] "
else
PS1="\[\033[01;97m\]$USER@$HOSTNAME\[\033[0;00m\] \[\033[01;32m\]\w\\$\[\033[0;00m\] "
fi

![[Image: X5qGkCg.png]](https://imgur.com/X5qGkCg.png)
![[Image: 0op1GNe.png]](https://i.imgur.com/0op1GNe.png)
![[Image: LgJ2mtP.png]](https://i.imgur.com/LgJ2mtP.png)
![[Image: vLZcFUE.png]](https://imgur.com/vLZcFUE.png)
![[Image: lrUHro3.jpg]](https://i.imgur.com/lrUHro3.jpg)



![[Image: r4cDxiq.png]](http://i.imgur.com/r4cDxiq.png)

