]> git.phdru.name Git - dotfiles.git/blobdiff - lib/python/pdbrc.py
Rename *-history to *_history
[dotfiles.git] / lib / python / pdbrc.py
index 0ebe7b513e5cf2cb8b4e0ee738e927ae148111ff..aeb3db171e85765dbca815d79251a7da4481de39 100644 (file)
@@ -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)