summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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