mirror of
https://github.com/kastdeur/dotfiles.git
synced 2024-12-22 09:13:33 +01:00
Fixed prompt for beatmachine
This commit is contained in:
parent
db30635471
commit
fec8135663
1 changed files with 1 additions and 0 deletions
|
@ -76,6 +76,7 @@ function __prompt_command() {
|
||||||
case "$HOSTNAME" in
|
case "$HOSTNAME" in
|
||||||
'maclean') PS1+="${IGre}\H${RCol}";;
|
'maclean') PS1+="${IGre}\H${RCol}";;
|
||||||
'beatmaker') PS1+="${Gre}\H${RCol}";;
|
'beatmaker') PS1+="${Gre}\H${RCol}";;
|
||||||
|
'beatmachine') PS1+="${Blu}\H${RCol}";;
|
||||||
'fatserf') PS1+="${Pur}\H${RCol}";;
|
'fatserf') PS1+="${Pur}\H${RCol}";;
|
||||||
'lilo'*) PS1+="${BWhi}\H${RCol}";;
|
'lilo'*) PS1+="${BWhi}\H${RCol}";;
|
||||||
'hg'*) PS1+="${BRed}\H${RCol}";;
|
'hg'*) PS1+="${BRed}\H${RCol}";;
|
||||||
|
|
Loading…
Reference in a new issue