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"