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 diff --git a/.gitconfig b/.gitconfig index 036adf3..1fb5580 100644 --- a/.gitconfig +++ b/.gitconfig @@ -34,3 +34,5 @@ # On the plus side, lacking it should cause git to fatal so I never miss it. [include] path = ~/.gitconfig.local +[init] + defaultBranch = main