This commit is contained in:
parent
14800c11d1
commit
0c8be96ad2
@ -6,3 +6,4 @@ zsh:
|
|||||||
golang: true
|
golang: true
|
||||||
rust: true
|
rust: true
|
||||||
android: false
|
android: false
|
||||||
|
haproxy: true
|
||||||
|
@ -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 ]]
|
||||||
|
Loading…
Reference in New Issue
Block a user