Преглед на файлове

using_oh_my_zsh: make it easier to tell prompt from new output

Prompt arrow is now magenta, for quick visual recognition of where output
begins.
Weiyi Lou преди 13 години
родител
ревизия
403d3a96a1
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      zsh/oh-my-zsh-customs/cinaeco.zsh-theme

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

@@ -14,7 +14,7 @@ function precmd() {
 $fg[cyan][%n@%m] $reset_color%T $fg[yellow]%3~  $(git_prompt_info)'
 }
 
-PROMPT='%{$reset_color%}'
+PROMPT='%{$fg[magenta]%}→ %{$reset_color%}'
 
 MODE_INDICATOR="%{$fg[red]%}-- COMMAND MODE --%{$reset_color%}"