From e11cdabfd81f1844e12fe9464b57e2efcd6c5223 Mon Sep 17 00:00:00 2001 From: Xiao Pan Date: Sun, 13 Sep 2026 23:55:46 +0800 Subject: forget to export xdg projects dir env in .profile --- home/xyz/.profile | 1 + 1 file changed, 1 insertion(+) (limited to 'home/xyz') diff --git a/home/xyz/.profile b/home/xyz/.profile index fd4db94c..e6eb5f7d 100644 --- a/home/xyz/.profile +++ b/home/xyz/.profile @@ -14,6 +14,7 @@ export XDG_DOCUMENTS_DIR export XDG_MUSIC_DIR export XDG_PICTURES_DIR export XDG_VIDEOS_DIR +export XDG_PROJECTS_DIR PATH="$(find "$HOME/.local/bin" -type d -exec printf '%s:' '{}' \+)$PATH" export PATH -- cgit v1.3.1