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 ###