From 5fc88134b7ccfb78a0bbf90552f6bbaa32e643f8 Mon Sep 17 00:00:00 2001 From: Matt Singleton Date: Wed, 16 Sep 2020 09:15:30 -0500 Subject: fix typo --- zsh/appearance.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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%})" } -- cgit v1.2.3