mirror of
https://github.com/wting/autojump
synced 2024-10-27 20:34:07 +00:00
stop adding home directory to database
This commit is contained in:
parent
590909bafc
commit
d89c25a4fc
@ -199,10 +199,10 @@ class Database:
|
|||||||
def set_defaults():
|
def set_defaults():
|
||||||
config = {}
|
config = {}
|
||||||
|
|
||||||
config['version'] = 'release-v21.6.7'
|
config['version'] = 'release-v21.6.8'
|
||||||
config['max_paths'] = 1000
|
config['max_paths'] = 1000
|
||||||
config['separator'] = '__'
|
config['separator'] = '__'
|
||||||
config['home'] = os.path.expanduser('HOME')
|
config['home'] = os.path.expanduser('~')
|
||||||
|
|
||||||
config['ignore_case'] = False
|
config['ignore_case'] = False
|
||||||
config['keep_symlinks'] = False
|
config['keep_symlinks'] = False
|
||||||
|
Loading…
Reference in New Issue
Block a user