aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc.d
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2014-02-05 11:33:11 +1300
committerTom Ryder <tom@sanctum.geek.nz>2014-02-05 11:33:11 +1300
commitb256807a676b54ddc22a9f7b9fd3c830ffa17bca (patch)
tree35a7f3ee15a31ce88256fba5c08aad0286fcc285 /bash/bashrc.d
parentMove LSCOLORS export into profile (diff)
downloaddotfiles-b256807a676b54ddc22a9f7b9fd3c830ffa17bca.tar.gz
dotfiles-b256807a676b54ddc22a9f7b9fd3c830ffa17bca.zip
Unset PROMPT_DIRTRIM and ret for old prompt
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='\$ '
;;