diff --git a/.config/pythonrc b/.config/pythonrc index c610b88..2cf0d35 100644 --- a/.config/pythonrc +++ b/.config/pythonrc @@ -1,11 +1,3 @@ -try: - import readline -except ImportError: - print("Module readline not available.") -else: - # Don't write history on exit - readline.write_history_file = lambda *args: None - # Try to install rich's prettification stuff try: import rich.pretty