From: b3nj5m1n <47924309+b3nj5m1n@users.noreply.github.com> Date: Mon, 31 Jul 2023 03:51:06 +0000 (+0200) Subject: Merge pull request #285 from dosisod/use-gdbinit X-Git-Tag: v0.2.0.2~40 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/d4605cf9d50ce9a50d088376546ff12fc7cd0e68?hp=9c21d26fa5667c317d904ee7b713f762c1eec888 Merge pull request #285 from dosisod/use-gdbinit --- diff --git a/programs/gdb.json b/programs/gdb.json index 0f066a8..d9121d2 100644 --- a/programs/gdb.json +++ b/programs/gdb.json @@ -4,7 +4,7 @@ { "path": "$HOME/.gdbinit", "movable": true, - "help": "Alias gdb to use custom locations:\n\n```bash\nalias gdb=gdb -n -x $XDG_CONFIG_HOME/gdb/init```\n" + "help": "XDG is supported out-of-the-box, so you can simply move the file to _$XDG_CONFIG_HOME/gdb/gdbinit_.\n" }, { "path": "$HOME/.gdb_history",