We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb92bb5 commit 7706970Copy full SHA for 7706970
INSTALL.md
@@ -201,9 +201,20 @@ set -g @dracula-git-no-repo-message ""
201
202
#### weather options
203
204
-Switch from default fahrenheit to celsius
+Switch from default fahrenheit to celsius (default: Fahrenheit)
205
206
```bash
207
set -g @dracula-show-fahrenheit false
208
```
209
210
+Set your location manually (default: it tries to guess your location with your IP)
211
+
212
+```bash
213
+set -g @dracula-fixed-location "Some City"
214
+```
215
216
+Hide your location (default: true)
217
218
219
+set -g @dracula-show-location false
220
0 commit comments