diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2019-07-28 19:54:02 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2019-07-28 19:54:02 +0300 |
commit | 3466b385fffc32097b8a1cc9788ccb5c7776d160 (patch) | |
tree | 3591257817dadb8d742af4c1191c9ce3d2daa971 /internal/p10k.zsh | |
parent | fb88f83c924e538f4aeb17d73036db8f6c014b6e (diff) |
expose p9k_configure
Diffstat (limited to 'internal/p10k.zsh')
-rwxr-xr-x | internal/p10k.zsh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/internal/p10k.zsh b/internal/p10k.zsh index 232cb078..76ad8f61 100755 --- a/internal/p10k.zsh +++ b/internal/p10k.zsh @@ -28,6 +28,7 @@ if ! autoload -Uz is-at-least || ! is-at-least 5.1; then fi source "${__p9k_root_dir}/internal/icons.zsh" +source "${__p9k_root_dir}/internal/configure.zsh" # For compatibility with Powerlevel9k. It's not recommended to use mnemonic color # names in the configuration except for colors 0-7 as these are standard. @@ -930,13 +931,12 @@ function p9k_prompt_segment() { +r) ref=0;; +e) expand=0;; ?) echo -E - $__p9k_prompt_segment_usage >&2; return 1;; - done) break;; esac done - if (( OPTIND <= ARGC )) { + if (( OPTIND <= ARGC )); then echo -E - $__p9k_prompt_segment_usage >&2 return 1 - } + fi if [[ -n $_p9k_prompt_side ]]; then (( ref )) || icon=$'\1'$icon "_p9k_${_p9k_prompt_side}_prompt_segment" "prompt_${_p9k_segment_name}${state:+_${(U)state}}" \ |