diff --git a/jrnl/jrnl.py b/jrnl/jrnl.py index f19e8da7..72e97fa7 100755 --- a/jrnl/jrnl.py +++ b/jrnl/jrnl.py @@ -31,7 +31,7 @@ __version__ = '1.0.0-rc1' __author__ = 'Manuel Ebert, Stephan Gabler' __license__ = 'MIT' -CONFIG_PATH = os.path.expanduser('~/.jrnl_config') +CONFIG_PATH = os.environ.get('JRNL_CONFIG', os.path.expanduser('~/.jrnl_config')) PYCRYPTO = install.module_exists("Crypto") def parse_args():