1
Fork 0
dotfiles/dot_bash_profile

12 lines
256 B
Text
Raw Normal View History

2022-02-09 15:48:33 -05:00
#
# ~/.bash_profile
#
[[ -f ~/.bashrc ]] && . ~/.bashrc
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket"
export DEBUGINFOD_URLS="https://debuginfod.archlinux.org"
2022-02-09 16:21:01 -05:00
export XDG_DATA_HOME="$HOME/.local/share"
export GNUPGHOME="$XDG_DATA_HOME"/gnupg