From 392b1f7f1ecfe9520a3d1cf187882008c1f810f2 Mon Sep 17 00:00:00 2001 From: capntack Date: Sun, 9 Apr 2023 00:16:27 -0500 Subject: [PATCH] Clarified Linux user dir relocation directions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 783ae81..1212a32 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ My primary reason for uploading this here is to give myself an easy place to ref - **vsc-workspaces** >> place VSCod[e|ium] workspace files in here - ./scratchpad.md >> a junk file use as a scratchpad -*Note:* To modify the default user directories on Linux, edit the `user-dirs.dirs` file, often located in `$HOME/.config/`. You cannot add directories to the config file, but you can edit the paths of the existing ones. They must be relative to `$HOME` and changes will take effect after relogging. +*Note:* To modify the default user directories on Linux, edit the [user-dirs.dirs](https://wiki.archlinux.org/title/XDG_user_directories) file, often located in `$HOME/.config/`. You cannot add directories to the config file, but you can edit the paths of the existing ones. They must be relative to `$HOME` and changes will take effect after relogging.