Trust .gdbinit files in all of $HOME

This commit is contained in:
Arti Zirk 2022-02-02 15:33:36 +02:00
parent 52e5039a09
commit d8c80454ed
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ end
# Load .gdbinit files from current dir
set auto-load local-gdbinit
set auto-load safe-path ~
# save command history
set history save on