Merge pull request #156 from rojosinalma/tmux_doc_options
This commit is contained in:
commit
d7b836ad27
1 changed files with 11 additions and 0 deletions
11
INSTALL.md
11
INSTALL.md
|
@ -215,3 +215,14 @@ Switch from default fahrenheit to celsius
|
||||||
set -g @dracula-show-fahrenheit false
|
set -g @dracula-show-fahrenheit false
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Set your location manually
|
||||||
|
|
||||||
|
```bash
|
||||||
|
set -g @dracula-fixed-location "Some City"
|
||||||
|
```
|
||||||
|
|
||||||
|
Hide your location
|
||||||
|
|
||||||
|
```bash
|
||||||
|
set -g @dracula-show-location false
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue