diff --git a/.profile b/.profile index a95bdcd2..4e3cb48a 100755 --- a/.profile +++ b/.profile @@ -335,6 +335,8 @@ _ps1bash() { # Alert if in an SSH session if [ -n "$SSH_CLIENT" ] || [ -n "$SSH_TTY" ]; then prefix="${fg_bold}${fg_red}$(hostname -s)${r}${fg_red}:${r}${prefix}" + elif [ "$USER" != "salt" ]; then + prefix="${fg_bold}${fg_yellow}$USERNAME${r}${fg_yellow}:${r}${prefix}" fi # Change PWD color depending on the shell case $0 in