Open romkatv opened 5 years ago
"lo"
For example, suppose I have a network interface called "slow" and I define these options:
"slow"
POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(ip) POWERLEVEL9K_IP_INTERFACE=slow
On OSX I won't see ip segment but on other operating systems I will.
ip
With the same settings as before:
On OSX this will match the following interfaces (an incomplete list):
slow
notslow
slowr
On other operating systems it will only match "slow".
"lo"
are ignored.For example, suppose I have a network interface called
"slow"
and I define these options:On OSX I won't see
ip
segment but on other operating systems I will.With the same settings as before:
On OSX this will match the following interfaces (an incomplete list):
slow
notslow
slowr
On other operating systems it will only match
"slow"
.