summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXiao Pan <xyz@flylightning.xyz>2026-09-13 23:55:46 +0800
committerXiao Pan <xyz@flylightning.xyz>2026-09-13 23:55:46 +0800
commite11cdabfd81f1844e12fe9464b57e2efcd6c5223 (patch)
tree736568d9eb0297bd37232dc715c58e88ab8a4e4f
parent544f196a9f6c9bef5608451f9e3c92337060785e (diff)
forget to export xdg projects dir env in .profileHEADmaster
-rw-r--r--home/xyz/.profile1
1 files changed, 1 insertions, 0 deletions
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