diff options
author | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2022-10-02 19:34:25 +0300 |
---|---|---|
committer | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2022-10-02 19:34:25 +0300 |
commit | 843dcf016710a4fe39f8ad65da2929f9128436fd (patch) | |
tree | 4b1e980b279899aea363730e42dff26f2a8e8026 /config/p10k-lean.zsh | |
parent | 957249a95c27c430aa55b55c0f4df9f5ced2bb39 (diff) |
survive broken FPATH (#10
Diffstat (limited to 'config/p10k-lean.zsh')
-rw-r--r-- | config/p10k-lean.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/p10k-lean.zsh b/config/p10k-lean.zsh index 6b14d3d4..90953751 100644 --- a/config/p10k-lean.zsh +++ b/config/p10k-lean.zsh @@ -20,7 +20,7 @@ unset -m '(POWERLEVEL9K_*|DEFAULT_USER)~POWERLEVEL9K_GITSTATUS_DIR' # Zsh >= 5.1 is required. - autoload -Uz is-at-least && is-at-least 5.1 || return + [[ $ZSH_VERSION == (5.<1->*|<6->.*) ]] || return # The list of segments shown on the left. Fill it with the most important segments. typeset -g POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=( |