1
0
mirror of https://github.com/wting/autojump synced 2024-10-27 20:34:07 +00:00

while the db should stay of a reasonable size, we REALLY

don't want autojump to remove paths
This commit is contained in:
Joël Schaerer 2010-08-03 15:09:09 +02:00
parent 7bd7db8770
commit a013f8d463

View File

@ -22,7 +22,7 @@ from sys import argv,exit,stderr
import os
import signal
max_keyweight=1000
max_stored_paths=400
max_stored_paths=600
completion_separator='__'
config_dir=os.environ.get("AUTOJUMP_DATA_DIR",os.path.expanduser("~"))