aboutsummaryrefslogtreecommitdiff
path: root/modules/profile/profile.dot.link
diff options
context:
space:
mode:
Diffstat (limited to 'modules/profile/profile.dot.link')
-rw-r--r--modules/profile/profile.dot.link3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/profile/profile.dot.link b/modules/profile/profile.dot.link
index 49552e2..6ec71e1 100644
--- a/modules/profile/profile.dot.link
+++ b/modules/profile/profile.dot.link
@@ -25,6 +25,9 @@ export CDPATH=".:~:~/code:~/data:~/file:/var/www/data"
# Editor variables, avoiding "Avoiding protocol specified" error
export EDITOR="vim -X"
+# Basic git configuration
+export GIT_PS1_SHOWDIRTYSTATE="1"
+
# Temporary folder
export TMPDIR="$HOME/temp/misc"
export TMP="$HOME/temp/misc"