diff options
author | Kevin Chandler <im.kevin@me.com> | 2018-04-25 02:07:20 +0300 |
---|---|---|
committer | Kevin Chandler <im.kevin@me.com> | 2018-04-25 02:07:20 +0300 |
commit | c36b47b00780cf680f2133782124dcbaab5eb9a0 (patch) | |
tree | 4a973fabb55388ac7a77ab346d096d73f92d06ec /README.md | |
parent | 13b0e383a066c9c37d5cf71d4af521f9b73a173e (diff) |
Update default public ip file name
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -481,7 +481,7 @@ segment will not be displayed. | Variable | Default Value | Description | |----------|---------------|-------------| -|`POWERLEVEL9K_PUBLIC_IP_FILE`|'/tmp/p8k_public_ip'|This is the file your public IP is cached in.| +|`POWERLEVEL9K_PUBLIC_IP_FILE`|'/tmp/p9k_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_METHODS`|(dig curl wget)| These methods in that order are used to refresh your IP.| |