From 9ca839be9b1fd1ce590a52487dcd71a4f24307fd Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Wed, 9 Feb 2022 15:48:33 -0500 Subject: [PATCH] Add first dotfile --- dot_bash_profile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 dot_bash_profile diff --git a/dot_bash_profile b/dot_bash_profile new file mode 100644 index 0000000..71d047a --- /dev/null +++ b/dot_bash_profile @@ -0,0 +1,8 @@ +# +# ~/.bash_profile +# + +[[ -f ~/.bashrc ]] && . ~/.bashrc + +export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket" +export DEBUGINFOD_URLS="https://debuginfod.archlinux.org"