From 143aae0a9e17e712048dfd60a48bf245982b4867 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sun, 9 Jun 2024 09:12:02 -0400 Subject: [PATCH] bash_profile: Don't search Arch Linux debuginfod url --- dot_bash_profile | 1 - 1 file changed, 1 deletion(-) diff --git a/dot_bash_profile b/dot_bash_profile index 92dd237..a6a32c5 100644 --- a/dot_bash_profile +++ b/dot_bash_profile @@ -5,7 +5,6 @@ [[ -f ~/.bashrc ]] && . ~/.bashrc export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket" -export DEBUGINFOD_URLS="https://debuginfod.archlinux.org" export XDG_DATA_HOME="$HOME/.local/share" export GNUPGHOME="$XDG_DATA_HOME"/gnupg