From 83f54375a73233cbbfda86cd8a8a3a6844049a0c Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Tue, 10 Apr 2012 10:04:09 -0700 Subject: [PATCH] Use black background instead of manutally specified colors for command divider --- zshrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/zshrc b/zshrc index b1eeba4..ec1f310 100644 --- a/zshrc +++ b/zshrc @@ -50,7 +50,7 @@ precmd_separator_info() for (( i=0; $i < $filler; i++)); do pstr="${pstr}-" done - print -P "%{\e[38;5;240m%}$pstr$time%{\e[0m%}" + print -P "%K{black}$pstr$time%k" } precmd_git_rprompt() @@ -149,7 +149,6 @@ zstyle ':completion:*:cd:*' ignore-parents parent pwd # Expand partial paths zstyle ':completion:*' expand 'yes' - ### # FUNCTIONS ###