summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzsmith <zsmith@newhopechurch.tv>2025-09-09 11:27:55 -0500
committerzsmith <zsmith@newhopechurch.tv>2025-09-09 11:27:55 -0500
commit0a14e1356e7623dd4842e88868ea019470f3adba (patch)
tree228761b4789307bdfb8422187fe937af9079edc8
parent2bf760a38e08374463082d2f13ddd0c37e5f1d43 (diff)
Mac uses ~/Movies not ~/Vidoesmac
-rw-r--r--sh/profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/profile b/sh/profile
index fec2369..68a1155 100644
--- a/sh/profile
+++ b/sh/profile
@@ -9,7 +9,7 @@ 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
+export XDG_VIDEOS_DIR=${HOME}/Movies
export XDG_DATA_DIRS="${XDG_DATA_DIRS}:$HOME/.nix-profile/share"