From c7ee1b2cfa1e678818cde00d7efc89a05fa45ecc Mon Sep 17 00:00:00 2001 From: tdro Date: Thu, 3 Dec 2020 03:02:07 -0500 Subject: .bash_profile: Disable python writing to ~/.python_history --- .config/python/pythonrc | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .config/python/pythonrc (limited to '.config') diff --git a/.config/python/pythonrc b/.config/python/pythonrc new file mode 100644 index 0000000..b32e6b6 --- /dev/null +++ b/.config/python/pythonrc @@ -0,0 +1,2 @@ +import readline +readline.write_history_file = lambda *args: None -- cgit v1.2.3