Merge pull request #4629 from fiete201/20190307_fiete201_fix_win_config_location

Fix config path for Windows in doc
This commit is contained in:
Florian Bruhin 2019-03-07 11:15:01 +01:00 committed by GitHub
commit 9259932cdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,7 +89,7 @@ You can run `:config-edit` inside qutebrowser to open the file in your editor,
The file should be located in the "config" location listed on The file should be located in the "config" location listed on
link:qute://version[], which is typically `~/.config/qutebrowser/config.py` on link:qute://version[], which is typically `~/.config/qutebrowser/config.py` on
Linux, `~/.qutebrowser/config.py` on macOS, and Linux, `~/.qutebrowser/config.py` on macOS, and
`%APPDATA%/qutebrowser/config.py` on Windows. `%APPDATA%/qutebrowser/config/config.py` on Windows.
Two global objects are pre-defined when running `config.py`: `c` and `config`. Two global objects are pre-defined when running `config.py`: `c` and `config`.