aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/gdb/.config/profile.d
diff options
context:
space:
mode:
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/"