summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2017-08-20 18:12:55 +0200
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2017-10-30 09:08:43 +0100
commit00043b753e4f6f5b759236a82d373b3dad0d1e1c (patch)
treeb0f2d767a866a7f77087495e50e3dbbc913f0242
parent5668418df04777110154c9a257c59d656d881924 (diff)
downloaddotfiles-00043b753e4f6f5b759236a82d373b3dad0d1e1c.tar.xz
Stop exporting PROMPT_COMMAND
Otherwise Emacs picks it up when started from a terminal, defeating my attempt to shield M-x shell from my weird-ass prompt.
-rw-r--r--.bash_prompt2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bash_prompt b/.bash_prompt
index e2dfbab..29ccfc5 100644
--- a/.bash_prompt
+++ b/.bash_prompt
@@ -211,4 +211,4 @@ then
PS1_SHOWGITSTATUS=t
fi
-export PROMPT_COMMAND=__refresh-terminal
+PROMPT_COMMAND=__refresh-terminal