summaryrefslogtreecommitdiff
path: root/12_Prompts.zsh
diff options
context:
space:
mode:
Diffstat (limited to '12_Prompts.zsh')
-rw-r--r--12_Prompts.zsh3
1 files changed, 3 insertions, 0 deletions
diff --git a/12_Prompts.zsh b/12_Prompts.zsh
index 48ee978..c06f982 100644
--- a/12_Prompts.zsh
+++ b/12_Prompts.zsh
@@ -43,6 +43,9 @@ chpwd()
# Shows tracked branches and modified files
git checkout HEAD 2>&1 | sed 's/^/ /'
fi
+
+
+ hash -d trash=$TRASH$(readlink -f $PWD)
}
__expand_text()