Merge pull request #2037 from dagwieers/shell-hostname

Add hostname to shell prompt (so you know what system you're logged on)
This commit is contained in:
Stephan Raue 2013-03-09 14:13:32 -08:00
commit a1af223fdb

View File

@ -23,7 +23,7 @@
# evironment variables that are not user defined.
################################################################################
PS1='\[\e[0;32m\]\u\[\e[m\] \[\e[1;34m\]\w\[\e[m\] \[\e[1;32m\]\$\[\e[m\] '
PS1='\[\e[0;32m\]\u\e[1;30m@\e[1;32m\h\[\e[m\] \[\e[1;34m\]\w\[\e[m\] \[\e[1;32m\]\$\[\e[m\] '
export PS1
case "$TERM" in