aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index 2524932..c0629cd 100644
--- a/readme.md
+++ b/readme.md
@@ -94,6 +94,9 @@ export CWD_COLOR="white"
94# if EXPAND_TILDE is set to 0, `/home/nerdypepper` is shortened to `~` 94# if EXPAND_TILDE is set to 0, `/home/nerdypepper` is shortened to `~`
95export EXPAND_TILDE=0 95export EXPAND_TILDE=0
96 96
97# if HIDE_HOME_CWD is set to 1, path is hidden when in $HOME
98export HIDE_HOME_CWD=1
99
97# there are three possible states for a git repo 100# there are three possible states for a git repo
98# - unstaged (working tree has been modified) 101# - unstaged (working tree has been modified)
99# - staged (staging area has been modified) 102# - staged (staging area has been modified)