summaryrefslogtreecommitdiff
path: root/sh/profile
diff options
context:
space:
mode:
authorzsmith <zsmith@newhopechurch.tv>2025-09-09 11:26:56 -0500
committerzsmith <zsmith@newhopechurch.tv>2025-09-09 11:27:17 -0500
commitda23a4ba550b8f2313d8cdc8b5ef24c45c680260 (patch)
tree9f413d50c48bd2e19992d20a5970de8adf8f446a /sh/profile
parent4dab3bc189ced8a6ccf7be36534f2c07d62ece60 (diff)
Add XDG_PICTURES_DIR to profileHEADmaster
Diffstat (limited to 'sh/profile')
-rw-r--r--sh/profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sh/profile b/sh/profile
index 068b6f1..921e1de 100644
--- a/sh/profile
+++ b/sh/profile
@@ -7,6 +7,7 @@ export XDG_CURRENT_DESKTOP="Hyprland"
export XDG_DOCUMENTS_DIR=${HOME}/Documents
export XDG_DOWNLOAD_DIR=${HOME}/Downloads
export XDG_DESKTOP_DIR=${HOME}/Desktop
+export XDG_PICTURES_DIR=${HOME}/Pictures
export XDG_STATE_HOME="${HOME}/.local/state"
export XDG_VIDEOS_DIR=${HOME}/Videos