mirror of
https://github.com/kastdeur/dotfiles.git
synced 2025-06-01 20:09:13 +02:00
Updated ps1 colours for HEF
This commit is contained in:
parent
823dc3aa7b
commit
12caa84687
4 changed files with 14 additions and 2 deletions
|
@ -80,7 +80,7 @@ function __prompt_command() {
|
|||
'fatserf') PS1+="${Pur}\H${RCol}";;
|
||||
'lilo'*) PS1+="${BWhi}\H${RCol}";;
|
||||
'hg'*) PS1+="${BRed}\H${RCol}";;
|
||||
'gouda'|'bunnik'|'houten'|'zandberg'|'bussum') 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}";;
|
||||
*) PS1+="${Blu}${On_Whi}\H${RCol}";;
|
||||
esac
|
||||
else
|
||||
|
@ -120,7 +120,7 @@ function retval() {
|
|||
PS1="[$1] "
|
||||
else
|
||||
if [ ! $1 == 0 ]; then
|
||||
PS1="${Red}×${RCol}"
|
||||
PS1="${Red}x${RCol}"
|
||||
else
|
||||
PS1="${Gre}+${RCol}"
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue