diff options
Diffstat (limited to 'internal')
-rw-r--r-- | internal/p10k.zsh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/p10k.zsh b/internal/p10k.zsh index ac9e3bc9..ca88207d 100644 --- a/internal/p10k.zsh +++ b/internal/p10k.zsh @@ -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 |