diff options
author | Matt Singleton <matt@xcolour.net> | 2020-09-16 09:15:30 -0500 |
---|---|---|
committer | Matt Singleton <matt@xcolour.net> | 2020-09-16 09:15:30 -0500 |
commit | 5fc88134b7ccfb78a0bbf90552f6bbaa32e643f8 (patch) | |
tree | 9b30b395001e25e1dfba47be33f0ecac40f97531 | |
parent | a1fe34a72ab391fc11a33ffcfb6637ca56b078a2 (diff) |
fix typo
-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%})" } |