From d89c25a4fca3158175586273e83e164b1bcbee35 Mon Sep 17 00:00:00 2001 From: William Ting Date: Tue, 21 May 2013 08:36:44 -0700 Subject: [PATCH] stop adding home directory to database --- bin/autojump | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/autojump b/bin/autojump index c9c734b..e6ed9ee 100755 --- a/bin/autojump +++ b/bin/autojump @@ -199,10 +199,10 @@ class Database: def set_defaults(): config = {} - config['version'] = 'release-v21.6.7' + config['version'] = 'release-v21.6.8' config['max_paths'] = 1000 config['separator'] = '__' - config['home'] = os.path.expanduser('HOME') + config['home'] = os.path.expanduser('~') config['ignore_case'] = False config['keep_symlinks'] = False