mirror of
https://github.com/romkatv/powerlevel10k
synced 2025-01-25 15:12:49 +00:00
Change order of public ip methods as it was before
This commit is contained in:
parent
6c352c8d5c
commit
06cb9bb43f
@ -475,7 +475,7 @@ prompt_public_ip() {
|
||||
set_default POWERLEVEL9K_PUBLIC_IP_NONE ""
|
||||
set_default POWERLEVEL9K_PUBLIC_IP_FILE "/tmp/p9k_public_ip"
|
||||
set_default POWERLEVEL9K_PUBLIC_IP_HOST "http://ident.me"
|
||||
defined POWERLEVEL9K_PUBLIC_IP_METHODS || POWERLEVEL9K_PUBLIC_IP_METHODS=(wget curl dig)
|
||||
defined POWERLEVEL9K_PUBLIC_IP_METHODS || POWERLEVEL9K_PUBLIC_IP_METHODS=(dig curl wget)
|
||||
|
||||
# Do we need a fresh IP?
|
||||
local refresh_ip=false
|
||||
|
Loading…
Reference in New Issue
Block a user