From fec81356630b26346bb147c96223bb8ad4e99607 Mon Sep 17 00:00:00 2001 From: Eric Teunis de Boone Date: Thu, 27 Oct 2016 07:42:43 +0200 Subject: [PATCH] Fixed prompt for beatmachine --- bash/bash.d/ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/bash/bash.d/ps1 b/bash/bash.d/ps1 index 392f610..ec6276a 100644 --- a/bash/bash.d/ps1 +++ b/bash/bash.d/ps1 @@ -76,6 +76,7 @@ function __prompt_command() { case "$HOSTNAME" in 'maclean') PS1+="${IGre}\H${RCol}";; 'beatmaker') PS1+="${Gre}\H${RCol}";; + 'beatmachine') PS1+="${Blu}\H${RCol}";; 'fatserf') PS1+="${Pur}\H${RCol}";; 'lilo'*) PS1+="${BWhi}\H${RCol}";; 'hg'*) PS1+="${BRed}\H${RCol}";;