kete: rename the history file to be histfile
for googleability, as being said
This commit is contained in:
parent
e63785b5b2
commit
c86c318d6b
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue