dot_bash_profile.tmpl
1# ~/.bash_profile: executed by bash(1) for login shells.
2# This file is managed by chezmoi. Modifications may be overwritten.
3# The actual configuration is in $XDG_CONFIG_HOME/bash/profile
4
5# Source the real profile from XDG location
6if [[ -f "${XDG_CONFIG_HOME:-$HOME/.config}/bash/profile" ]]; then
7 source "${XDG_CONFIG_HOME:-$HOME/.config}/bash/profile"
8fi
9
10# Minimal additions that must stay in .bash_profile
11complete -C /usr/bin/mcli mcli 2>/dev/null || true