1
Fork 0

Add first dotfile

This commit is contained in:
Joshua Goins 2022-02-09 15:48:33 -05:00
parent a00899dc14
commit 9ca839be9b

8
dot_bash_profile Normal file
View file

@ -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"