aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/gdb/.config/profile.d
diff options
context:
space:
mode:
authorToby Vincent <tobyv@tobyvin.dev>2024-05-28 15:27:15 -0500
committerToby Vincent <tobyv@tobyvin.dev>2024-05-28 15:27:15 -0500
commitdd6cfb63ad85d0164cbe4ac04f7aea9f6a842f02 (patch)
tree5bc45394b9192771bcc85fa59b8aab4b8a4301bb /gdb/.config/profile.d
parent1527172edf1f7d65095a5c2268947c16ed905d18 (diff)
feat!: remove unused configs and cleanup paths
Diffstat (limited to 'gdb/.config/profile.d')
-rw-r--r--gdb/.config/profile.d/50-gdb.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/.config/profile.d/50-gdb.sh b/gdb/.config/profile.d/50-gdb.sh
index 86c085a..377a19e 100644
--- a/gdb/.config/profile.d/50-gdb.sh
+++ b/gdb/.config/profile.d/50-gdb.sh
@@ -1,4 +1,4 @@
#!/bin/sh
-export GDBHISTFILE="$XDG_DATA_HOME/gdb/history"
+export GDBHISTFILE="$XDG_STATE_HOME/gdb/history"
export DEBUGINFOD_URLS="https://debuginfod.elfutils.org/"