summaryrefslogtreecommitdiff
path: root/config/p10k-lean.zsh
diff options
context:
space:
mode:
authorromkatv <roman.perepelitsa@gmail.com>2020-01-18 18:46:52 +0300
committerromkatv <roman.perepelitsa@gmail.com>2020-01-18 18:46:52 +0300
commit831b8da62e345391676af081b3ea2cd83de05995 (patch)
treeffe49340456271d67cc007f206c9fd2a602caeab /config/p10k-lean.zsh
parenta36b0cba2498caf3e77b4d58960c899adafab5f9 (diff)
add a comment explaining how to display VPN ip
Diffstat (limited to 'config/p10k-lean.zsh')
-rw-r--r--config/p10k-lean.zsh1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/p10k-lean.zsh b/config/p10k-lean.zsh
index f03877f3..08f863fa 100644
--- a/config/p10k-lean.zsh
+++ b/config/p10k-lean.zsh
@@ -985,6 +985,7 @@
# VPN IP color.
typeset -g POWERLEVEL9K_VPN_IP_FOREGROUND=81
# When on VPN, show just an icon without the IP address.
+ # Tip: To display the private IP address when on VPN, remove the next line.
typeset -g POWERLEVEL9K_VPN_IP_CONTENT_EXPANSION=
# Regular expression for the VPN network interface. Run ifconfig while on VPN to see the
# name of the interface.