1
0
Fork 0
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:
Eric-Teunis de Boone 2017-01-27 16:22:49 +01:00
parent 823dc3aa7b
commit 12caa84687
4 changed files with 14 additions and 2 deletions

View file

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