1
0
Fork 0
mirror of https://github.com/romkatv/powerlevel10k.git synced 2024-11-11 00:00:06 +00:00
This commit is contained in:
romkatv 2020-02-05 12:26:05 +01:00
parent 27b25196d8
commit e2571dc95a

View file

@ -4554,6 +4554,7 @@ function _p9k_prompt_net_iface_compute() {
}
function _p9k_prompt_net_iface_async() {
# netstat -inbI en0
local iface ip line var
typeset -A iface2ip
if [[ -x /sbin/ifconfig ]]; then