1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-06-23 17:38:32 +02:00
dotfiles/pdbrc.py

5 lines
75 B
Python
Raw Normal View History

2020-01-27 11:38:26 +01:00
import pdb
class Config(pdb.DefaultConfig):
sticky_by_default = True