forked from pool/python
This commit is contained in:
committed by
Git OBS Bridge
parent
5391cacb81
commit
db72344b6c
@@ -17,6 +17,7 @@ def save_history(historyPath=historyPath):
|
||||
|
||||
# read history, if it exists
|
||||
if os.path.exists(historyPath):
|
||||
readline.set_history_length(10000)
|
||||
readline.read_history_file(historyPath)
|
||||
|
||||
# register saving handler
|
||||
|
Reference in New Issue
Block a user