summaryrefslogtreecommitdiffstats
path: root/.config/python
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2023-02-09 11:53:03 -0500
committerLuke Smith <luke@lukesmith.xyz>2023-02-09 11:53:03 -0500
commite0331ad0e76dcbcfcc08cb991d9e7f99382517db (patch)
tree4b2b6bb8039404fdffeacb7d7565ed3564940a7a /.config/python
parentc5f4c6c9f4e0f5c74b0475fba1dfec7635318d9d (diff)
parentca000f5fe458ec45c38eacfe767e27d2422e9114 (diff)
downloadeibhear-e0331ad0e76dcbcfcc08cb991d9e7f99382517db.tar.gz
eibhear-e0331ad0e76dcbcfcc08cb991d9e7f99382517db.tar.zst
eibhear-e0331ad0e76dcbcfcc08cb991d9e7f99382517db.zip
Merge branch 'master' of github.com:LukeSmithxyz/voidrice
Diffstat (limited to '.config/python')
-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