From 00043b753e4f6f5b759236a82d373b3dad0d1e1c Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Sun, 20 Aug 2017 18:12:55 +0200 Subject: 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. --- .bash_prompt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.bash_prompt') 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 -- cgit v1.2.3