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
|
||||
local couleur_hote=""
|
||||
case $HOST in
|
||||
TwelveYearsAndStillGoingStrong|lharkinateur|BecauseROSThatSWhy)
|
||||
TwelveYearsAndStillGoingStrong|lharkinateur|BecauseROSThatSWhy|lharktop|blieuxor)
|
||||
couleur_hote=cyan;;
|
||||
chimay|orval)
|
||||
couleur_hote=magenta;;
|
||||
babel|taima|era|vidar|okami)
|
||||
babel|taima|era|vidar|okami|athena)
|
||||
couleur_hote=red;;
|
||||
loki|skadi)
|
||||
couleur_hote=blue;;
|
||||
|
|
Loading…
Reference in a new issue