From 90d61159a69cbd81b17e12653cc2501fdaf68dc3 Mon Sep 17 00:00:00 2001 From: Eric Teunis de Boone Date: Fri, 7 Oct 2016 11:27:54 +0200 Subject: [PATCH] Bash maclean hostname and tmux lilo hostname file sourced --- bash/bash.d/ps1 | 1 + 1 file changed, 1 insertion(+) 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}";;