Skip to content

Commit

Permalink
fix: powerlevel9k correct load on zsh 4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
popstas committed Mar 31, 2017
1 parent 915d3a8 commit ce2f629
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/zshrc.j2
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ fi
{% endif -%}
{% endfor %}

{% if zsh_register_version.stdout | version_compare('5.0.8', '<') -%}
POWERLEVEL9K_INSTALLATION_PATH={{ zsh_antigen_path }}/repos/https-COLON--SLASH--SLASH-github.com-SLASH-bhilburn-SLASH-powerlevel9k.git
{% endif %}
antigen theme {{ zsh_antigen_theme }}

antigen apply
Expand Down

0 comments on commit ce2f629

Please sign in to comment.