summaryrefslogtreecommitdiff
path: root/01_Functions.zsh
diff options
context:
space:
mode:
authorHugues Hiegel <hugues@hiegel.fr>2011-05-10 11:21:40 +0200
committerHugues Hiegel <hugues@hiegel.fr>2011-05-10 11:21:40 +0200
commit332fc36bdf47af84660ac923658c8d2b31ae3b77 (patch)
treef53424a267a8389c8fd82012a8851d23c3b580f8 /01_Functions.zsh
parent1663d8aaf06f202b673614f0f4cf5413f77fa7e5 (diff)
[Prompt] adds current display after hostname.
Diffstat (limited to '01_Functions.zsh')
-rw-r--r--01_Functions.zsh1
1 files changed, 1 insertions, 0 deletions
diff --git a/01_Functions.zsh b/01_Functions.zsh
index b189e87..4caa5dc 100644
--- a/01_Functions.zsh
+++ b/01_Functions.zsh
@@ -320,6 +320,7 @@ set_prompt_colors ()
#prompt_colors[term]="$prompt_colors[generic]" # tty - unused, see term title
prompt_colors[user]="$prompt_colors[generic]" # login - generic
prompt_colors[host]="$prompt_colors[generic]" # hostname - generic
+ prompt_colors[display]="$prompt_colors[generic]" # hostname - generic
#prompt_colors[hist]="$color[none]" # history number - unused
prompt_colors[arob]="$color[bold];$prompt_colors[generic]" # <login>@<hostname> - bold generic
prompt_colors[dies]="$prompt_colors[generic]" # the bottom-end of the prompt - generic