From 546f484432dfd01cf21d72227803c8ed630bf424 Mon Sep 17 00:00:00 2001 From: Eric Teunis de Boone Date: Tue, 12 Mar 2019 13:33:59 +0100 Subject: [PATCH] Added Astro to Prompt_Command --- bash/bash.d/prompt_command | 1 + 1 file changed, 1 insertion(+) diff --git a/bash/bash.d/prompt_command b/bash/bash.d/prompt_command index 48eb687..1f2d01e 100644 --- a/bash/bash.d/prompt_command +++ b/bash/bash.d/prompt_command @@ -95,6 +95,7 @@ function __prompt_command() { 'lilo'*) PS1+="${BWhi}\h${RCol}";; 'hg'*) PS1+="${BRed}\h${RCol}";; 'gouda'|'bunnik'|'houten'|'zandberg'|'bussum'|'baarn') PS1+="${Gre}${On_Whi}HEF:${Blu}${On_Whi}\h${RCol}";; + 'messier'*) PS1+="${Blu}Astro:${Red}\h${RCol}";; *) PS1+="${Blu}${On_Whi}\h${RCol}";; esac else