aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorromkatv <roman.perepelitsa@gmail.com>2020-02-05 14:26:05 +0300
committerromkatv <roman.perepelitsa@gmail.com>2020-02-05 14:26:05 +0300
commite2571dc95a432d443999d45a1606f4ed8890d36c (patch)
tree61e35fbc47a66a9783d4977281129fef71f437c3
parent27b25196d8815f08391a6ff97abc72509305c4a2 (diff)
comments
-rw-r--r--internal/p10k.zsh1
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