summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xprompt.zsh1
1 files changed, 1 insertions, 0 deletions
diff --git a/prompt.zsh b/prompt.zsh
index 2d31820..2b3caeb 100755
--- a/prompt.zsh
+++ b/prompt.zsh
@@ -16,4 +16,5 @@ if is_repo; then
color_local_commits
printf '%s' "%{$fg_bold[black]%})%{$reset_color%}"
color_changes_status
+ stash_status
fi