Compare commits

...

2 commits

Author SHA1 Message Date
e1e3395433 Change global default branch in git 2025-02-17 10:44:31 -08:00
91d9d4c872 Remove pythonrc log disabling
It doesn't work in 3.13 and it's not super important anyway
2025-02-17 10:43:58 -08:00
2 changed files with 2 additions and 8 deletions

View file

@ -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

View file

@ -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