Update hostname colors
This commit is contained in:
parent
d1114305a5
commit
c163a0592d
1 changed files with 2 additions and 2 deletions
4
zshrc
4
zshrc
|
@ -299,11 +299,11 @@ space_sh_git_prompt () {
|
||||||
# Host coloring, specific to Rezometz
|
# Host coloring, specific to Rezometz
|
||||||
local couleur_hote=""
|
local couleur_hote=""
|
||||||
case $HOST in
|
case $HOST in
|
||||||
TwelveYearsAndStillGoingStrong|lharkinateur|BecauseROSThatSWhy)
|
TwelveYearsAndStillGoingStrong|lharkinateur|BecauseROSThatSWhy|lharktop|blieuxor)
|
||||||
couleur_hote=cyan;;
|
couleur_hote=cyan;;
|
||||||
chimay|orval)
|
chimay|orval)
|
||||||
couleur_hote=magenta;;
|
couleur_hote=magenta;;
|
||||||
babel|taima|era|vidar|okami)
|
babel|taima|era|vidar|okami|athena)
|
||||||
couleur_hote=red;;
|
couleur_hote=red;;
|
||||||
loki|skadi)
|
loki|skadi)
|
||||||
couleur_hote=blue;;
|
couleur_hote=blue;;
|
||||||
|
|
Loading…
Reference in a new issue