Skip to content

Commit

Permalink
Merge pull request #285 from dosisod/use-gdbinit
Browse files Browse the repository at this point in the history
  • Loading branch information
b3nj5m1n authored Jul 31, 2023
2 parents 9c21d26 + 0a8c0e4 commit d4605cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/gdb.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d4605cf

Please sign in to comment.