Просмотр исходного кода

using_oh_my_zsh: change name colour back to cyan

Weiyi Lou 13 лет назад
Родитель
Сommit
facc0d2296
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      zsh/oh-my-zsh-customs/cinaeco.zsh-theme

+ 1 - 1
zsh/oh-my-zsh-customs/cinaeco.zsh-theme

@@ -47,7 +47,7 @@ git_prompt_status() {
 ## characters by too many or too few. The precmd text is just printed text.
 function precmd() {
   print -rP '
-$fg[cyan][$reset_color%n $fg[cyan]@ %m]  $fg[yellow]%3~  $(git_prompt_info)'
+$fg[cyan][%n @ %m]  $fg[yellow]%3~  $(git_prompt_info)'
 }
 
 PROMPT='%{$fg[magenta]%}→ %{$reset_color%}'