diff --git a/bash/bash.d/ps1 b/bash/bash.d/ps1 index 5bf43b8..e027d20 100644 --- a/bash/bash.d/ps1 +++ b/bash/bash.d/ps1 @@ -68,6 +68,7 @@ function __prompt_command() { if color ; then case "$HOSTNAME" in + 'maclean') PS1+="${IGre}\H${RCol}";; 'beatmaker') PS1+="${Gre}\H${RCol}";; 'fatserf') PS1+="${Pur}\H${RCol}";; 'lilo'*) PS1+="${BWhi}\H${RCol}";;