diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2017-08-20 18:12:55 +0200 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2017-10-30 09:08:43 +0100 |
| commit | 00043b753e4f6f5b759236a82d373b3dad0d1e1c (patch) | |
| tree | b0f2d767a866a7f77087495e50e3dbbc913f0242 | |
| parent | 5668418df04777110154c9a257c59d656d881924 (diff) | |
| download | dotfiles-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_prompt | 2 |
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 |
