home: gdb: fix auto-load safe path
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Bruno BELANYI 2022-07-15 23:49:28 +02:00
parent 135349c882
commit bdef8577bd

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