i use arch btw
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Set DEBUGINFOD_URLS for Valgrind

+2
+2
fish/.config/fish/config.fish
··· 13 13 14 14 set -gx DBUS_SESSION_BUS_ADDRESS unix:path=/run/user/1000/bus 15 15 16 + set -gx DEBUGINFOD_URLS "https://debuginfod.archlinux.org" 17 + 16 18 set -gx SSH_AUTH_SOCK $HOME/.ssh/agent.sock 17 19 if not ss -a | grep -q $SSH_AUTH_SOCK 18 20 rm -f $SSH_AUTH_SOCK