summaryrefslogtreecommitdiff
path: root/.config/python
diff options
context:
space:
mode:
Diffstat (limited to '.config/python')
-rw-r--r--.config/python2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/python b/.config/python
index e026454..94a4e40 100644
--- a/.config/python
+++ b/.config/python
@@ -3,4 +3,4 @@
3 3
4# disable history 4# disable history
5import readline 5import readline
6readline.set_auto_history(False) 6readline.write_history_file = lambda *args: None