mirror of
https://github.com/kastdeur/dotfiles.git
synced 2024-12-22 01:03:35 +01:00
Added Astro to Prompt_Command
This commit is contained in:
parent
017de970f8
commit
546f484432
1 changed files with 1 additions and 0 deletions
|
@ -95,6 +95,7 @@ function __prompt_command() {
|
||||||
'lilo'*) PS1+="${BWhi}\h${RCol}";;
|
'lilo'*) PS1+="${BWhi}\h${RCol}";;
|
||||||
'hg'*) PS1+="${BRed}\h${RCol}";;
|
'hg'*) PS1+="${BRed}\h${RCol}";;
|
||||||
'gouda'|'bunnik'|'houten'|'zandberg'|'bussum'|'baarn') PS1+="${Gre}${On_Whi}HEF:${Blu}${On_Whi}\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}";;
|
*) PS1+="${Blu}${On_Whi}\h${RCol}";;
|
||||||
esac
|
esac
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue