summaryrefslogtreecommitdiff
path: root/mac/.config/shell
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-08-24 13:49:32 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-08-24 13:49:32 +0900
commita311b30a10e90e3f878937bcf722daa8e75b68c1 (patch)
tree01bc6e3d6f14bb41aed0539976079163d0b56bcc /mac/.config/shell
parent67dabe8e3427b5f0ab251fe7c35a3192bf3e5c0a (diff)
updates
Diffstat (limited to 'mac/.config/shell')
-rw-r--r--mac/.config/shell/bm-dirs4
-rw-r--r--mac/.config/shell/profile2
2 files changed, 3 insertions, 3 deletions
diff --git a/mac/.config/shell/bm-dirs b/mac/.config/shell/bm-dirs
index 7afa15d..27c2113 100644
--- a/mac/.config/shell/bm-dirs
+++ b/mac/.config/shell/bm-dirs
@@ -60,8 +60,8 @@ gss ${XDG_PICTURES_DIR:-${HOME}/Pictures}/screenshots
gtc $HOME/Torrents/complete
gti $HOME/Torrents/incomplete
gtt $HOME/Torrents
-gvr ${XDG_VIDEOS_DIR:-${HOME}/Videos}/recordings
-gvv ${XDG_VIDEOS_DIR:-${HOME}/Videos}
+gvr ${XDG_VIDEOS_DIR:-${HOME}/Movies}/recordings
+gvv ${XDG_VIDEOS_DIR:-${HOME}/Movies}
gwf $HOME/.librewolf/$USER.default
gwo ${XDG_DESKTOP_DIR:-${HOME}/Desktop}/Work
gww ${XDG_PICTURES_DIR:-${HOME}/Pictures}/wallpaper
diff --git a/mac/.config/shell/profile b/mac/.config/shell/profile
index 21858e9..eef2c13 100644
--- a/mac/.config/shell/profile
+++ b/mac/.config/shell/profile
@@ -43,7 +43,7 @@ export XDG_MUSIC_DIR="$HOME/Music"
export XDG_PICTURES_DIR="$HOME/Pictures"
export XDG_PUBLICSHARE_DIR="$HOME/Public"
export XDG_TEMPLATES_DIR="$HOME/Templates"
-export XDG_VIDEOS_DIR="$HOME/Videos"
+export XDG_VIDEOS_DIR="$HOME/Movies"
###################################################
### --- DEFAULT ENV PATHES FOR ALL PROGRAMS --- ###