From f8faf9d0354ee03fc70db43aa4e7d4f5e14232be Mon Sep 17 00:00:00 2001 From: krolyxon Date: Mon, 13 Feb 2023 20:45:41 +0530 Subject: [PATCH] python ~/ cleanup --- .config/python/pythonrc | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .config/python/pythonrc 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