dotfiles

🎜 Clone'em, tweak'em, stick'em in your $HOME 🎝
git clone https://git.kevinlegouguec.net/dotfiles
Log | Files | Refs | README

commit 00043b753e4f6f5b759236a82d373b3dad0d1e1c
parent 5668418df04777110154c9a257c59d656d881924
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Sun, 20 Aug 2017 18:12:55 +0200

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.

Diffstat:
M.bash_prompt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.bash_prompt b/.bash_prompt @@ -211,4 +211,4 @@ then PS1_SHOWGITSTATUS=t fi -export PROMPT_COMMAND=__refresh-terminal +PROMPT_COMMAND=__refresh-terminal