Keep the server entrypoint focused on server policy while moving update checks, Antidote loading, interactive defaults, and prompt sourcing into reusable modules.
4 lines
151 B
Bash
4 lines
151 B
Bash
# Callers select p10k_config before sourcing this module.
|
|
ZLE_RPROMPT_INDENT=0
|
|
[[ -z "$p10k_config" || ! -f "$p10k_config" ]] || source "$p10k_config"
|