Skip to content

Commit

Permalink
added comment for auto-generated hostname color
Browse files Browse the repository at this point in the history
  • Loading branch information
mbologna committed Mar 5, 2013
1 parent c2d42f5 commit 0b6e735
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions themes/michelebologna.zsh-theme
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ RESET_COLOR="%{$reset_color%}"
USERNAME_NORMAL_COLOR=$WHITE
USERNAME_ROOT_COLOR=$RED
HOSTNAME_NORMAL_COLOR=$BLUE
# uncomment next line if you want auto-generated hostname color
#for i in `hostname`; HOSTNAME_NORMAL_COLOR=$COLOR_ARRAY[$[((#i))%7+1]]
HOSTNAME_ROOT_COLOR=$RED
HOSTNAME_COLOR=%(!.$HOSTNAME_ROOT_COLOR.$HOSTNAME_NORMAL_COLOR)
Expand Down

0 comments on commit 0b6e735

Please sign in to comment.