X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=lib%2Fpython%2Finit.py;fp=lib%2Fpython%2Finit.py;h=1313c500d7b00518e14a6bf40e7ee5149a24f526;hb=ec8bbed229d0fd6e3306bd1a947a141e313a0032;hp=359d549e6e2544580e5677efd2640e163da78479;hpb=6bfa22adfccc56b2e3f6f06631dc6975b7f738c9;p=dotfiles.git diff --git a/lib/python/init.py b/lib/python/init.py index 359d549..1313c50 100644 --- a/lib/python/init.py +++ b/lib/python/init.py @@ -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: