dot_bashrc.tmpl
1# ~/.bashrc: executed by bash(1) for non-login shells.
2# This file is managed by chezmoi. Modifications may be overwritten.
3# The actual configuration is in $XDG_CONFIG_HOME/bash/bashrc
4
5# Source the real bashrc from XDG location
6if [[ -f "${XDG_CONFIG_HOME:-$HOME/.config}/bash/bashrc" ]]; then
7 source "${XDG_CONFIG_HOME:-$HOME/.config}/bash/bashrc"
8fi