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