updated zsh state
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Paul 2023-04-13 23:13:50 +02:00
parent 14800c11d1
commit 0c8be96ad2
2 changed files with 5 additions and 0 deletions

View File

@ -6,3 +6,4 @@ zsh:
golang: true golang: true
rust: true rust: true
android: false android: false
haproxy: true

View File

@ -29,6 +29,10 @@ then
fi fi
{%- endif %} {%- endif %}
{% if zsh.config.haproxy -%}
alias hap="hatop -t 127.0.0.1:9990"
{%- endif %}
{% if zsh.config.android -%} {% if zsh.config.android -%}
# Android settings # Android settings
if [[ -d ~/Android ]] if [[ -d ~/Android ]]