From 42eaf7a950511ed0f791ddf9435d82dca7d2a3f4 Mon Sep 17 00:00:00 2001 From: Rojo Date: Sun, 27 Mar 2022 23:31:33 +0200 Subject: [PATCH] No defaults --- INSTALL.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 92cc66f..96f987c 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -201,19 +201,19 @@ set -g @dracula-git-no-repo-message "" #### weather options -Switch from default fahrenheit to celsius (default: Fahrenheit) +Switch from default fahrenheit to celsius ```bash 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 set -g @dracula-fixed-location "Some City" ``` -Hide your location (default: true) +Hide your location ```bash set -g @dracula-show-location false