aboutsummaryrefslogtreecommitdiff
path: root/zsh/zshrc.d/prompt.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/zshrc.d/prompt.zsh')
-rw-r--r--zsh/zshrc.d/prompt.zsh1
1 files changed, 1 insertions, 0 deletions
diff --git a/zsh/zshrc.d/prompt.zsh b/zsh/zshrc.d/prompt.zsh
index 27db61cb..898031ea 100644
--- a/zsh/zshrc.d/prompt.zsh
+++ b/zsh/zshrc.d/prompt.zsh
@@ -178,6 +178,7 @@ prompt() {
# Show return status of previous command in angle brackets, if not zero
ret)
+ # shellcheck disable=SC2154
((ret)) && printf '<%u>' "$ret"
;;