diff options
| author | Dennis Lee <dennis@dennislee.xyz> | 2020-04-05 09:50:58 -0700 |
|---|---|---|
| committer | Dennis Lee <dennis@dennislee.xyz> | 2020-04-05 09:50:58 -0700 |
| commit | 2135dbdc4a4efe4337aacbba183968cbf0bd3c54 (patch) | |
| tree | d3191161b91994d75af8ea30fa663cb9763f32fe /README.md | |
| parent | a29eaec506a7ce9e42d64a3ec1d17690387def30 (diff) | |
| download | eibhear-2135dbdc4a4efe4337aacbba183968cbf0bd3c54.tar.gz eibhear-2135dbdc4a4efe4337aacbba183968cbf0bd3c54.tar.zst eibhear-2135dbdc4a4efe4337aacbba183968cbf0bd3c54.zip | |
revert README.md to use hardcoded xdg paths
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 `$XDG_CONFIG_HOME/` are. - - Some environmental variables have been set in `~/.zprofile` to move configs into `$XDG_CONFIG_HOME/` + - All configs that can be in `~/.config/` are. + - Some environmental variables have been set in `~/.zprofile` to move configs into `~/.config/` - Bookmarks in text files used by various scripts (like `~/.local/bin/shortcuts`) - - File bookmarks in `$XDG_CONFIG_HOME/files` - - Directory bookmarks in `$XDG_CONFIG_HOME/directories` + - File bookmarks in `~/.config/files` + - Directory bookmarks in `~/.config/directories` ## Want even more? |
