home: gdb: fix auto-load safe path

This commit is contained in:
Bruno BELANYI 2022-07-15 23:49:28 +02:00
parent 48495851ba
commit 3efba75169
1 changed files with 2 additions and 2 deletions

View File

@ -19,6 +19,6 @@ set print demangle on
set auto-load python-scripts
# Allow autoloading project-local .gdbinit files
set auto-load safe-path ~/git/
add-auto-load-safe-path ~/git/
# Allow autoloading from the Nix store
set auto-load safe-path /nix/store
add-auto-load-safe-path /nix/store