From: b3nj4m1n Date: Fri, 13 May 2022 23:15:31 +0000 (+0200) Subject: Update bpython configuration X-Git-Tag: v0.2.0.0~85 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/7805e07735a7948392337291887341ea865f6c2a Update bpython configuration --- diff --git a/programs/bpython.json b/programs/bpython.json index 7c90462..145e950 100644 --- a/programs/bpython.json +++ b/programs/bpython.json @@ -3,8 +3,8 @@ { "path": "$HOME/.pythonhist", "movable": true, - "help": "You can overwrite this in the config file:\n\n(_XDG_CONFIG_HOME/bpython/config_)\n```bash\nhist_file = $XDG_DATA_HOME/bpythonhistory\n```\n" + "help": "You can overwrite this in the config file:\n\n(_XDG_CONFIG_HOME/bpython/config_)\n```bash\n[general]\nhist_file = $XDG_DATA_HOME/bpythonhistory\n```\n" } ], "name": "bpython" -} \ No newline at end of file +}