From 41afd524a70f138af1918a9a6b06384aa60e0f71 Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Fri, 13 Dec 2024 18:47:16 -0800 Subject: [PATCH] :wrench: Adjusted zshrc for debuginfod/valgrind --- zshrc.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zshrc.txt b/zshrc.txt index d7d0b278..ac11befd 100644 --- a/zshrc.txt +++ b/zshrc.txt @@ -208,6 +208,7 @@ bindkey '^f' fex-widget # bun export BUN_INSTALL="$HOME/.bun" export PATH="$BUN_INSTALL/bin:$PATH" +export DEBUGINFOD_URLS="https://debuginfod.artixlinux.org" # current book being read (used in resume_read script) -export CURRENT_READ="" +# export CURRENT_READ=""