mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
Update installation after removal of default folder config
Signed-off-by: Aniket Pant <me@aniketpant.com>
This commit is contained in:
parent
6fff395701
commit
bce370174b
1 changed files with 0 additions and 6 deletions
|
@ -32,7 +32,6 @@ default_config = {
|
||||||
'tagsymbols': '@',
|
'tagsymbols': '@',
|
||||||
'highlight': True,
|
'highlight': True,
|
||||||
'linewrap': 80,
|
'linewrap': 80,
|
||||||
'folder': os.path.expanduser("~/journal/"),
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -94,8 +93,3 @@ def install_jrnl(config_path='~/.jrnl_config'):
|
||||||
if password:
|
if password:
|
||||||
config['password'] = password
|
config['password'] = password
|
||||||
return config
|
return config
|
||||||
|
|
||||||
# Where to export files?
|
|
||||||
path_query = 'Path to your journal folder (leave blank for ~/journal): '
|
|
||||||
folder_path = raw_input(path_query).strip() or os.path.expanduser('~/journal')
|
|
||||||
default_config['folder'] = os.path.expanduser(folder_path)
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue