No defaults
This commit is contained in:
parent
7706970741
commit
42eaf7a950
1 changed files with 3 additions and 3 deletions
|
@ -201,19 +201,19 @@ set -g @dracula-git-no-repo-message ""
|
||||||
|
|
||||||
#### weather options
|
#### weather options
|
||||||
|
|
||||||
Switch from default fahrenheit to celsius (default: Fahrenheit)
|
Switch from default fahrenheit to celsius
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
set -g @dracula-show-fahrenheit false
|
set -g @dracula-show-fahrenheit false
|
||||||
```
|
```
|
||||||
|
|
||||||
Set your location manually (default: it tries to guess your location with your IP)
|
Set your location manually
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
set -g @dracula-fixed-location "Some City"
|
set -g @dracula-fixed-location "Some City"
|
||||||
```
|
```
|
||||||
|
|
||||||
Hide your location (default: true)
|
Hide your location
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
set -g @dracula-show-location false
|
set -g @dracula-show-location false
|
||||||
|
|
Loading…
Reference in a new issue