aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc.d
diff options
context:
space:
mode:
Diffstat (limited to 'bash/bashrc.d')
-rw-r--r--bash/bashrc.d/prompt.bash4
1 files changed, 1 insertions, 3 deletions
diff --git a/bash/bashrc.d/prompt.bash b/bash/bashrc.d/prompt.bash
index ba41e7d9..8e234fad 100644
--- a/bash/bashrc.d/prompt.bash
+++ b/bash/bashrc.d/prompt.bash
@@ -51,9 +51,7 @@ prompt() {
# Revert to simple inexpensive prompt
off)
- unset -v PROMPT_COMMAND
- unset -v PROMPT_DIRTRIM
- unset -v ret
+ unset -v PROMPT_COMMAND PROMPT_DIRTRIM ret
PS1='\$ '
;;