home: gdb: fix auto-load safe path
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
135349c882
commit
bdef8577bd
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue