This commit is contained in:
parent
14800c11d1
commit
0c8be96ad2
@ -6,3 +6,4 @@ zsh:
|
||||
golang: true
|
||||
rust: true
|
||||
android: false
|
||||
haproxy: true
|
||||
|
@ -29,6 +29,10 @@ then
|
||||
fi
|
||||
{%- endif %}
|
||||
|
||||
{% if zsh.config.haproxy -%}
|
||||
alias hap="hatop -t 127.0.0.1:9990"
|
||||
{%- endif %}
|
||||
|
||||
{% if zsh.config.android -%}
|
||||
# Android settings
|
||||
if [[ -d ~/Android ]]
|
||||
|
Loading…
Reference in New Issue
Block a user