summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkrolyxon <krolyxon@tutanota.com>2023-02-13 20:45:41 +0530
committerkrolyxon <krolyxon@tutanota.com>2023-02-13 20:45:41 +0530
commitf8faf9d0354ee03fc70db43aa4e7d4f5e14232be (patch)
tree0a9fabbdd1122c92590aad79da585667755dd19b
parent2679b754a682fbf05d5483cf6c57a28618e60a49 (diff)
python ~/ cleanup
-rw-r--r--.config/python/pythonrc2
1 files changed, 2 insertions, 0 deletions
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