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