From 7805e07735a7948392337291887341ea865f6c2a Mon Sep 17 00:00:00 2001 From: b3nj4m1n Date: Sat, 14 May 2022 01:15:31 +0200 Subject: [PATCH] Update bpython configuration --- programs/bpython.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +} -- 2.47.3