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:
parent
7bd7db8770
commit
a013f8d463
2
autojump
2
autojump
@ -22,7 +22,7 @@ from sys import argv,exit,stderr
|
|||||||
import os
|
import os
|
||||||
import signal
|
import signal
|
||||||
max_keyweight=1000
|
max_keyweight=1000
|
||||||
max_stored_paths=400
|
max_stored_paths=600
|
||||||
completion_separator='__'
|
completion_separator='__'
|
||||||
config_dir=os.environ.get("AUTOJUMP_DATA_DIR",os.path.expanduser("~"))
|
config_dir=os.environ.get("AUTOJUMP_DATA_DIR",os.path.expanduser("~"))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user