Configures proxychains in your shell.
Set a proxy.
Protocol defaults to socks5, host to 127.0.0.1.
set-proxy [http|socks4|socks5] [HOST] PORTReset the proxy.
unset-proxyTo show the current proxy in the right element for your Powerlevel10k prompt, add the following configuration to ~/.p10k.zsh:
typeset -g POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(
[...]
proxychains
)