Преглед изворни кода

using_oh_my_zsh: change name colour back to cyan

Weiyi Lou пре 13 година
родитељ
комит
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.
 ## characters by too many or too few. The precmd text is just printed text.
 function precmd() {
 function precmd() {
   print -rP '
   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%}'
 PROMPT='%{$fg[magenta]%}→ %{$reset_color%}'