1
Fork 0
dotfiles/dot_bash_profile
2022-02-09 15:50:56 -05:00

8 lines
173 B
Text

#
# ~/.bash_profile
#
[[ -f ~/.bashrc ]] && . ~/.bashrc
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket"
export DEBUGINFOD_URLS="https://debuginfod.archlinux.org"