Explorar o código

using_oh_my_zsh: change name colour back to cyan

Weiyi Lou %!s(int64=13) %!d(string=hai) anos
pai
achega
facc0d2296
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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%}'