mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-08-05 16:48:38 +00:00
add support for gdbinit
This commit is contained in:
parent
8092c4c0f4
commit
09b17148da
2 changed files with 11 additions and 0 deletions
9
gdbinit
Normal file
9
gdbinit
Normal file
|
@ -0,0 +1,9 @@
|
|||
set confirm off
|
||||
set history save on
|
||||
set verbose off
|
||||
|
||||
set output-radix 0x10
|
||||
set input-radix 0x10
|
||||
|
||||
set height 0
|
||||
set width 0
|
|
@ -81,6 +81,8 @@ my %links = (
|
|||
'git-untrack-ignored' => 'bin/git-untracked-ignored',
|
||||
|
||||
latex => '.latex',
|
||||
|
||||
gdbinit => '.gdbinit',
|
||||
);
|
||||
|
||||
my $i = 0; # Keep track of how many links we added
|
||||
|
|
Loading…
Add table
Reference in a new issue