mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-12 08:10:07 +00:00
Fix incomplete vpn segment name
The segment function is called *prompt_vpn_ip()* thus the segment needs to be called "vpn_ip".
This commit is contained in:
parent
834b6735fa
commit
954faf2695
1 changed files with 1 additions and 1 deletions
|
@ -451,7 +451,7 @@ specify the correct network interface by setting:
|
||||||
|----------|---------------|-------------|
|
|----------|---------------|-------------|
|
||||||
|`POWERLEVEL9K_IP_INTERFACE`|None|The NIC for which you wish to display the IP address. Example: `eth0`.|
|
|`POWERLEVEL9K_IP_INTERFACE`|None|The NIC for which you wish to display the IP address. Example: `eth0`.|
|
||||||
|
|
||||||
##### vpn
|
##### vpn_ip
|
||||||
|
|
||||||
This segment tries to extract the VPN related IP addresses from nmcli, based on the NIC type:
|
This segment tries to extract the VPN related IP addresses from nmcli, based on the NIC type:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue