No defaults

This commit is contained in:
Rojo 2022-03-27 23:31:33 +02:00
parent 7706970741
commit 42eaf7a950
No known key found for this signature in database
GPG key ID: B7C52FFB523CE7AD

View file

@ -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