From 740cb5bb91d832b4bdb608280ff7df6812d21e92 Mon Sep 17 00:00:00 2001 From: Claudio Bandera Date: Thu, 17 Sep 2015 18:36:39 +0200 Subject: Added stash indicator to prompt.zsh --- prompt.zsh | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3