X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=lib%2Fpython%2Fpdbrc.py;h=aeb3db171e85765dbca815d79251a7da4481de39;hb=199ab56898d27a3732e95d312bc0a917b649091a;hp=0ebe7b513e5cf2cb8b4e0ee738e927ae148111ff;hpb=580013920401a783a31124a179d328fc68952d31;p=dotfiles.git diff --git a/lib/python/pdbrc.py b/lib/python/pdbrc.py index 0ebe7b5..aeb3db1 100644 --- a/lib/python/pdbrc.py +++ b/lib/python/pdbrc.py @@ -4,7 +4,7 @@ import sys import readline # Command line history: -histfile = os.path.expanduser("~/.pdb-history") +histfile = os.path.expanduser("~/.pdb_history") try: readline.read_history_file(histfile)