mirror of
https://github.com/powerline/powerline.git
synced 2025-07-23 13:55:45 +02:00
Add support for OS X en0 on internal_ip
This commit is contained in:
parent
d611cc2e43
commit
289e59e789
@ -74,6 +74,7 @@ else:
|
||||
_interface_starts = {
|
||||
'eth': 10, # Regular ethernet adapters : eth1
|
||||
'enp': 10, # Regular ethernet adapters, Gentoo : enp2s0
|
||||
'en': 10, # OS X : en0
|
||||
'ath': 9, # Atheros WiFi adapters : ath0
|
||||
'wlan': 9, # Other WiFi adapters : wlan1
|
||||
'wlp': 9, # Other WiFi adapters, Gentoo : wlp5s0
|
||||
|
Loading…
x
Reference in New Issue
Block a user