diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2019-10-20 17:46:05 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2019-10-20 17:46:05 +0300 |
commit | b4e1f1f029c57c9689be433c928006ddc8f0779b (patch) | |
tree | bcfcf474a01988bfe92ec983426bd1f36ca704f7 | |
parent | 4f02ad912f777a3f2637d4cf802c43b85a396926 (diff) |
revert testing changes
-rw-r--r-- | internal/p10k.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/p10k.zsh b/internal/p10k.zsh index 190d36c0..1d4142d3 100644 --- a/internal/p10k.zsh +++ b/internal/p10k.zsh @@ -5112,7 +5112,7 @@ _p9k_init() { >&2 echo -E - "" >&2 echo -E - "${(%):- - %BRecommended%b: Change the way Powerlevel10k is loaded from %B$__p9k_zshrc_u%b.}" >&2 echo - "${(%):- See \e]8;;https://github.com/romkatv/powerlevel10k/blob/master/README.md#installation\ahttps://github.com/romkatv/powerlevel10k/blob/master/README.md#installation\e]8;;\a.}" - if (( ! $+functins[zplugin] )); then + if (( $+functins[zplugin] )); then >&2 echo -E - "${(%):- NOTE: If using %2Fzplugin%f to load %3F'romkatv/powerlevel10k'%f, %Bdo not apply%b %1Fice wait%f.}" fi >&2 echo -E - "" |