Yet Another Dotfiles Repo
1# Source bashrc (login shells don't do this automatically) 2if [[ -f "${XDG_CONFIG_HOME:-$HOME/.config}/bash/bashrc" ]]; then 3 source "${XDG_CONFIG_HOME:-$HOME/.config}/bash/bashrc" 4fi