diff options
Diffstat (limited to '.config/python')
-rw-r--r-- | .config/python | 2 |
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 |
5 | import readline | 5 | import readline |
6 | readline.set_auto_history(False) | 6 | readline.write_history_file = lambda *args: None |