From: Samir Benmendil Date: Mon, 6 Mar 2023 20:31:05 +0000 (+0000) Subject: gdb: install gdbinit into XDG_CONFIG_HOME X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/5c6433db4a96881c716f6e8a075a01c376384cd3 gdb: install gdbinit into XDG_CONFIG_HOME --- diff --git a/Makefile b/Makefile index f9cf1c0..2fc6f2c 100644 --- a/Makefile +++ b/Makefile @@ -32,10 +32,9 @@ dircolors: $(XDG_CONFIG_HOME) ln -sfT $(APATH)/dircolors $(XDG_CONFIG_HOME)/dircolors .PHONY: dircolors -gdb: +gdb: $(XDG_CACHE_HOME) $(XDG_DATA_HOME) mkdir $(XDG_DATA_HOME)/gdb ln -sfT $(APATH)/gdb $(XDG_CONFIG_HOME)/gdb - ln -sfT $(APATH)/gdbinit ~/.gdbinit .PHONY: gdb git: $(XDG_CONFIG_HOME) diff --git a/gdbinit b/gdb/gdbinit similarity index 100% rename from gdbinit rename to gdb/gdbinit