if [[ -f "$HOME/.bashrc" ]]; then source "$HOME/.bashrc" fi if [[ -f "$HOME/.cargo/env" ]]; then source "$HOME/.cargo/env" fi if [[ -f "$HOME/.nix-profile/etc/profile.d/nix.sh" ]]; then source "$HOME/.nix-profile/etc/profile.d/nix.sh" fi