diff --git a/bash.bashrc b/bash.bashrc index c1d374a..68c37d7 100644 --- a/bash.bashrc +++ b/bash.bashrc @@ -140,8 +140,8 @@ export EDITOR vi RED="\[\033[0;31m\]" YELLOW="\[\033[0;33m\]" GREEN="\[\033[0;32m\]" - -PS1="$GREEN\$(date +%Y-%m-%d_%H:%M) \w$RED \$(formattedGitBranch)$GREEN \n\$ " +hn=`hostname` +PS1="$GREEN\$(date +%Y-%m-%d_%H:%M) $YELLOW $hn $GREEN \w $RED \$(formattedGitBranch)$GREEN \n\$ " export PATH="$PATH:"/opt/microchip/xc8/v1.34/bin""