From 74162c23a7c52b11700b29373a0a933a01f5cba6 Mon Sep 17 00:00:00 2001 From: Daniel Thompson Date: Tue, 14 Apr 2015 14:19:26 -0700 Subject: [PATCH] Color the ends of the prompt --- link/zsh/config/prompt.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/link/zsh/config/prompt.zsh b/link/zsh/config/prompt.zsh index 257a484..39d060f 100644 --- a/link/zsh/config/prompt.zsh +++ b/link/zsh/config/prompt.zsh @@ -16,7 +16,7 @@ zstyle ':vcs_info:git*+set-message:*' hooks git-untracked git-aheadbehind git-re # zstyle ':vcs_info:*+*:*' debug true setopt prompt_subst -PROMPT='%~ ${vcs_info_msg_0_// /} %# ' +PROMPT='%F{240}%~%f ${vcs_info_msg_0_// /} %F{240}%#%f ' #RPROMPT='%D{%b %d %H:%S}' ### git: Show marker (T) if there are untracked files in repository