From b2c5b108e8eab1e313d2d7ce2088e7ce696bbf99 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Tue, 13 Dec 2022 17:58:04 +0100 Subject: Added environment variable to make valgrind work --- config/fish/config.fish | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config/fish') diff --git a/config/fish/config.fish b/config/fish/config.fish index 2d4fd8d..e4d98dc 100644 --- a/config/fish/config.fish +++ b/config/fish/config.fish @@ -77,6 +77,8 @@ set -gx MINIKUBE_IN_STYLE false # disable cringe minikube emojies set -gx HOMEBREW_NO_AUTO_UPDATE 1 # disable brew updating stuff when I install set -gx GPG_TTY "$(tty)" +# valgrind requires this to work on arch linux (from: https://bbs.archlinux.org/viewtopic.php?id=276422) +set -gx DEBUGINFOD_URLS 'https://debuginfod.archlinux.org' if status is-interactive -- cgit