mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 08:00:06 +00:00
cleanup
This commit is contained in:
parent
924dfe6889
commit
b86eb6a037
1 changed files with 1 additions and 1 deletions
|
@ -4162,7 +4162,7 @@ function _p9k_fetch_nordvpn_status() {
|
||||||
local -i n
|
local -i n
|
||||||
{
|
{
|
||||||
IFS='' read -t 0.25 -r tag
|
IFS='' read -t 0.25 -r tag
|
||||||
tag=$'\015'
|
tag=$'\n'
|
||||||
while true; do
|
while true; do
|
||||||
tag=$((#tag))
|
tag=$((#tag))
|
||||||
(( (tag >>= 3) && tag <= $#__p9k_nordvpn_tag )) || break
|
(( (tag >>= 3) && tag <= $#__p9k_nordvpn_tag )) || break
|
||||||
|
|
Loading…
Reference in a new issue