using path instead of string
This commit is contained in:
parent
12ba6ea299
commit
1630fa22fe
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
file = {
|
file = {
|
||||||
".gef.rc" = {
|
".gef.rc" = {
|
||||||
source = "./dotfiles/gdb/.gef.rc";
|
source = ./dotfiles/gdb/.gef.rc;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue