Added Astro to Prompt_Command

This commit is contained in:
Eric Teunis de Boone 2019-03-12 13:33:59 +01:00
parent 017de970f8
commit 546f484432
1 changed files with 1 additions and 0 deletions

View File

@ -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