]> git.phdru.name Git - dotfiles.git/blobdiff - lib/python/init.py
Rename *-history to *_history
[dotfiles.git] / lib / python / init.py
index 359d549e6e2544580e5677efd2640e163da78479..1313c500d7b00518e14a6bf40e7ee5149a24f526 100644 (file)
@@ -36,7 +36,7 @@ def init():
                 or os.path.expanduser('~/.inputrc')
             readline.read_init_file(initfile)
 
-            histfile = os.path.expanduser('~/.python-history')
+            histfile = os.path.expanduser('~/.python_history')
             try:
                 readline.read_history_file(histfile)
             except IOError: