Bash maclean hostname and tmux lilo hostname file sourced

This commit is contained in:
Eric Teunis de Boone 2016-10-07 11:27:54 +02:00
parent cc8ca493c8
commit 90d61159a6
1 changed files with 1 additions and 0 deletions

View File

@ -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}";;