kete: rename the history file to be histfile

for googleability, as being said
pull/74/merge
Benjamin Tissoires 2018-02-07 09:15:59 +01:00
parent e63785b5b2
commit c86c318d6b
1 changed files with 1 additions and 1 deletions

View File

@ -571,7 +571,7 @@ class TuhiKeteShell(cmd.Cmd):
except FileExistsError:
pass
self._history_file = os.path.join(CONFIG_PATH, 'history')
self._history_file = os.path.join(CONFIG_PATH, 'histfile')
try:
readline.read_history_file(self._history_file)