From d8c80454ed876fcf7af740d51829443b4f8ac4bc Mon Sep 17 00:00:00 2001 From: Arti Zirk Date: Wed, 2 Feb 2022 15:33:36 +0200 Subject: [PATCH] Trust .gdbinit files in all of $HOME --- .gdbinit | 1 + 1 file changed, 1 insertion(+) diff --git a/.gdbinit b/.gdbinit index b277c32..61d40ee 100644 --- a/.gdbinit +++ b/.gdbinit @@ -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