home: gdb: fix auto-load safe path
This commit is contained in:
parent
48495851ba
commit
3efba75169
|
@ -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