aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc.d
diff options
context:
space:
mode:
Diffstat (limited to 'bash/bashrc.d')
-rw-r--r--bash/bashrc.d/prompt.bash2
1 files changed, 2 insertions, 0 deletions
diff --git a/bash/bashrc.d/prompt.bash b/bash/bashrc.d/prompt.bash
index 135187dd..bfe825c2 100644
--- a/bash/bashrc.d/prompt.bash
+++ b/bash/bashrc.d/prompt.bash
@@ -52,6 +52,8 @@ prompt() {
# Revert to simple inexpensive prompt
off)
unset -v PROMPT_COMMAND
+ unset -v PROMPT_DIRTRIM
+ unset -v ret
PS1='\$ '
;;