mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-13 08:30:08 +00:00
comments
This commit is contained in:
parent
27b25196d8
commit
e2571dc95a
1 changed files with 1 additions and 0 deletions
|
@ -4554,6 +4554,7 @@ function _p9k_prompt_net_iface_compute() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function _p9k_prompt_net_iface_async() {
|
function _p9k_prompt_net_iface_async() {
|
||||||
|
# netstat -inbI en0
|
||||||
local iface ip line var
|
local iface ip line var
|
||||||
typeset -A iface2ip
|
typeset -A iface2ip
|
||||||
if [[ -x /sbin/ifconfig ]]; then
|
if [[ -x /sbin/ifconfig ]]; then
|
||||||
|
|
Loading…
Reference in a new issue