From b72042da7deb5d12bd2e01d9351f7c83bd290000 Mon Sep 17 00:00:00 2001 From: dev Date: Wed, 4 Dec 2024 02:52:44 +0000 Subject: [PATCH] update p10k --- .p10k.zsh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.p10k.zsh b/.p10k.zsh index e7d6ce6..8817b37 100644 --- a/.p10k.zsh +++ b/.p10k.zsh @@ -96,6 +96,7 @@ midnight_commander # midnight commander shell (https://midnight-commander.org/) nix_shell # nix shell (https://nixos.org/nixos/nix-pills/developing-with-nix-shell.html) chezmoi_shell # chezmoi shell (https://www.chezmoi.io/) + ip # vpn_ip # virtual private network indicator # load # CPU load # disk_usage # disk usage @@ -1583,6 +1584,8 @@ # P9K_IP_RX_RATE | receive rate (since last prompt) # P9K_IP_TX_RATE | send rate (since last prompt) typeset -g POWERLEVEL9K_IP_CONTENT_EXPANSION='$P9K_IP_IP${P9K_IP_RX_RATE:+ %70F⇣$P9K_IP_RX_RATE}${P9K_IP_TX_RATE:+ %215F⇡$P9K_IP_TX_RATE}' +# typeset -g POWERLEVEL9K_IP_CONTENT_EXPANSION='$P9K_IP_IP' + # Show information for the first network interface whose name matches this regular expression. # Run `ifconfig` or `ip -4 a show` to see the names of all network interfaces. typeset -g POWERLEVEL9K_IP_INTERFACE='[ew].*'