Compare commits
2 commits
77ee7e9766
...
e1e3395433
Author | SHA1 | Date | |
---|---|---|---|
e1e3395433 | |||
91d9d4c872 |
2 changed files with 2 additions and 8 deletions
|
@ -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 to install rich's prettification stuff
|
||||||
try:
|
try:
|
||||||
import rich.pretty
|
import rich.pretty
|
||||||
|
|
|
@ -34,3 +34,5 @@
|
||||||
# On the plus side, lacking it should cause git to fatal so I never miss it.
|
# On the plus side, lacking it should cause git to fatal so I never miss it.
|
||||||
[include]
|
[include]
|
||||||
path = ~/.gitconfig.local
|
path = ~/.gitconfig.local
|
||||||
|
[init]
|
||||||
|
defaultBranch = main
|
||||||
|
|
Loading…
Add table
Reference in a new issue