diff options
| author | HelionSmoker <82761116+HelionSmoker@users.noreply.github.com> | 2023-02-09 16:37:31 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-09 14:37:31 +0000 |
| commit | ca000f5fe458ec45c38eacfe767e27d2422e9114 (patch) | |
| tree | 3af54849dd7d2e548af3143ca668c1956dee9d2d /.config/python/pythonrc | |
| parent | a4784f9faa9a94d7411d14da113f58e54c8f82e2 (diff) | |
| download | eibhear-ca000f5fe458ec45c38eacfe767e27d2422e9114.tar.gz eibhear-ca000f5fe458ec45c38eacfe767e27d2422e9114.tar.zst eibhear-ca000f5fe458ec45c38eacfe767e27d2422e9114.zip | |
Python ~/ cleanup (#1264)
Diffstat (limited to '.config/python/pythonrc')
| -rw-r--r-- | .config/python/pythonrc | 2 |
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 |
