From: Silvio Rhatto Date: Thu, 18 Jul 2013 21:28:21 +0000 (-0300) Subject: Setting GIT_PS1_SHOWSTASHSTATE X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=becea7ac4c743922eac9a99f1574b8a3bf4e0352;p=metadot.git Setting GIT_PS1_SHOWSTASHSTATE --- diff --git a/modules/profile/profile.dot.link b/modules/profile/profile.dot.link index 6ec71e1..d9a0570 100644 --- a/modules/profile/profile.dot.link +++ b/modules/profile/profile.dot.link @@ -27,6 +27,7 @@ export EDITOR="vim -X" # Basic git configuration export GIT_PS1_SHOWDIRTYSTATE="1" +export GIT_PS1_SHOWSTASHSTATE="1" # Temporary folder export TMPDIR="$HOME/temp/misc"