summaryrefslogtreecommitdiff
path: root/pexpect/bashrc.sh
diff options
context:
space:
mode:
authorRed_M <1468433+Red-M@users.noreply.github.com>2023-04-03 02:48:18 +1000
committerGitHub <noreply@github.com>2023-04-03 02:48:18 +1000
commit2532721644781543ca660e52d48a35bd93872fc1 (patch)
treeaaa0b5e0b8a30de11f18f24b489d479bd89e6535 /pexpect/bashrc.sh
parent06f4ed2be13b9209d1ac89c72bf4a19d550cc846 (diff)
parent000a8684bd109c3f9c9b5fabd95add4743b7f45a (diff)
downloadpexpect-2532721644781543ca660e52d48a35bd93872fc1.tar.gz
Merge pull request #698 from stesser/masterHEADmaster
Make test_expect.py work on POSIX systems that are not Linux based
Diffstat (limited to 'pexpect/bashrc.sh')
-rw-r--r--pexpect/bashrc.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/pexpect/bashrc.sh b/pexpect/bashrc.sh
index c734ac9..d75d1a5 100644
--- a/pexpect/bashrc.sh
+++ b/pexpect/bashrc.sh
@@ -14,3 +14,5 @@ PS1="$"
# Unset PROMPT_COMMAND, so that it can't change PS1 to something unexpected.
unset PROMPT_COMMAND
+
+bind 'set enable-bracketed-paste off'