Skip to content

Commit 88b9008

Browse files
authored
Merge pull request #108 from jgarte/jgarte-patch-1-full-path-linux
Adds full path to default config for Linux and MacOS
2 parents 13ac6df + 71f8e08 commit 88b9008

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,8 +254,8 @@ taken from [bat](https://github.com/sharkdp/bat/blob/master/assets/patches/Markd
254254

255255
## Configuration
256256
The default config TOML file is located in
257-
* Linux: `/home/<username>/.config`
258-
* Mac: `/Users/<username>/Library/Preferences`
257+
* Linux: `/home/<username>/.config/the-way`
258+
* Mac: `/Users/<username>/Library/Preferences/rs.the-way`
259259

260260
This file contains locations of data directories, which are automatically created and set according to XDG and Standard Directories guidelines.
261261
Change this by creating a config file with `the-way config default > config.toml` and then setting the environment variable `$THE_WAY_CONFIG` to point to this file.

0 commit comments

Comments
 (0)