dotfiles/bash/bash_profile
2022-05-07 23:08:30 -07:00

7 lines
180 B
Bash
Executable File

export BASH_SILENCE_DEPRECATION_WARNING=1
BASHRC_D=~/.config/bash/bashrc.d
[[ -r ${BASHRC_D}/bootstrap ]] && . ${BASHRC_D}/bootstrap
. $XDG_CONFIG_HOME/bash/sandboxes/sandbox.sh