diff options
author | Dominik Ritter <dritter03@googlemail.com> | 2017-01-28 15:29:08 +0300 |
---|---|---|
committer | Dominik Ritter <dritter03@googlemail.com> | 2017-01-28 15:29:08 +0300 |
commit | bfbfd5c10cc45792f260e76fb919deb26f5d5f2a (patch) | |
tree | 8e80e2d2b1ff67a6c36c1003a53499f2f428b7e2 /README.md | |
parent | 06cb9bb43fd6a5010fafa116fabe8290f87a90f0 (diff) |
Fix README entry for renamed variable POWERLEVEL9K_PUBLIC_IP_METHODS
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -348,7 +348,7 @@ segment will not be displayed. |`POWERLEVEL9K_PUBLIC_IP_FILE`|'/tmp/p8k_public_ip'|This is the file your public IP is cached in.| |`POWERLEVEL9K_PUBLIC_IP_HOST`|'http://ident.me'|This is the default host to get your public IP.| |`POWERLEVEL9K_PUBLIC_IP_TIMEOUT`|300|The amount of time in seconds between refreshing your cached IP.| -|`POWERLEVEL9K_PUBLIC_IP_METHOD`|None|You can set this to any of 'dig', 'curl', or 'wget' to only use that method to refresh your IP.| +|`POWERLEVEL9K_PUBLIC_IP_METHODS`|(dig curl wget)| These methods in that order are used to refresh your IP.| |`POWERLEVEL9K_PUBLIC_IP_NONE`|None|The string displayed when an IP was not obtained| ##### rbenv |