From 5c6433db4a96881c716f6e8a075a01c376384cd3 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Mon, 6 Mar 2023 20:31:05 +0000 Subject: [PATCH] gdb: install gdbinit into XDG_CONFIG_HOME --- Makefile | 3 +-- gdbinit => gdb/gdbinit | 0 2 files changed, 1 insertion(+), 2 deletions(-) rename gdbinit => gdb/gdbinit (100%) 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 -- 2.48.1