mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 15:30:40 +01:00
added comment for auto-generated hostname color
This commit is contained in:
@@ -16,6 +16,7 @@ RESET_COLOR="%{$reset_color%}"
|
|||||||
USERNAME_NORMAL_COLOR=$WHITE
|
USERNAME_NORMAL_COLOR=$WHITE
|
||||||
USERNAME_ROOT_COLOR=$RED
|
USERNAME_ROOT_COLOR=$RED
|
||||||
HOSTNAME_NORMAL_COLOR=$BLUE
|
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]]
|
#for i in `hostname`; HOSTNAME_NORMAL_COLOR=$COLOR_ARRAY[$[((#i))%7+1]]
|
||||||
HOSTNAME_ROOT_COLOR=$RED
|
HOSTNAME_ROOT_COLOR=$RED
|
||||||
HOSTNAME_COLOR=%(!.$HOSTNAME_ROOT_COLOR.$HOSTNAME_NORMAL_COLOR)
|
HOSTNAME_COLOR=%(!.$HOSTNAME_ROOT_COLOR.$HOSTNAME_NORMAL_COLOR)
|
||||||
|
|||||||
Reference in New Issue
Block a user