summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDennis Lee <dennis@dennislee.xyz>2020-04-04 13:00:08 -0700
committerDennis Lee <dennis@dennislee.xyz>2020-04-04 13:00:08 -0700
commita29eaec506a7ce9e42d64a3ec1d17690387def30 (patch)
tree17c939a9991773af7ab91325125e47f001613e22 /README.md
parent82cf021b78d235ca98df61d4ce55d4c0969c2e5f (diff)
downloadeibhear-a29eaec506a7ce9e42d64a3ec1d17690387def30.tar.gz
eibhear-a29eaec506a7ce9e42d64a3ec1d17690387def30.tar.zst
eibhear-a29eaec506a7ce9e42d64a3ec1d17690387def30.zip
substitute ~/.config with $XDG_CONFIG_HOME
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 069055d..a788148 100644
--- a/README.md
+++ b/README.md
@@ -18,11 +18,11 @@ These are the dotfiles deployed by [LARBS](https://larbs.xyz) and as seen on [my
- tmux
- other stuff like xdg default programs, inputrc and more, etc.
- I try to minimize what's directly in `~` so:
- - All configs that can be in `~/.config/` are.
- - Some environmental variables have been set in `~/.zprofile` to move configs into `~/.config/`
+ - All configs that can be in `$XDG_CONFIG_HOME/` are.
+ - Some environmental variables have been set in `~/.zprofile` to move configs into `$XDG_CONFIG_HOME/`
- Bookmarks in text files used by various scripts (like `~/.local/bin/shortcuts`)
- - File bookmarks in `~/.config/files`
- - Directory bookmarks in `~/.config/directories`
+ - File bookmarks in `$XDG_CONFIG_HOME/files`
+ - Directory bookmarks in `$XDG_CONFIG_HOME/directories`
## Want even more?