diff options
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/appearance.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/appearance.zsh b/zsh/appearance.zsh index 45ff5bc..620ef54 100644 --- a/zsh/appearance.zsh +++ b/zsh/appearance.zsh @@ -36,7 +36,7 @@ function theme_preexec () { echo "($fg[magenta]`date +%r`$reset_color) $fg[cyan]$3$reset_color" } -# print the prompt charin red if last command exited non-zero +# print the prompt char in red if the last command exited non-zero function prompt_char { echo "%(?.$.%{$fg[red]%}$%{$reset_color%})" } |