diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-07-18 18:28:21 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-07-18 18:28:21 -0300 |
commit | becea7ac4c743922eac9a99f1574b8a3bf4e0352 (patch) | |
tree | ed458e6010c05d6f3749c225d0f3c072812d1200 | |
parent | 949cf08aa3800883bdda08c8599a2509d99fec7d (diff) | |
download | dotfiles-becea7ac4c743922eac9a99f1574b8a3bf4e0352.tar.gz dotfiles-becea7ac4c743922eac9a99f1574b8a3bf4e0352.tar.bz2 |
Setting GIT_PS1_SHOWSTASHSTATE
-rw-r--r-- | modules/profile/profile.dot.link | 1 |
1 files changed, 1 insertions, 0 deletions
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" |