diff options
Diffstat (limited to 'mac/.config/shell')
| -rw-r--r-- | mac/.config/shell/bm-dirs | 4 | ||||
| -rw-r--r-- | mac/.config/shell/profile | 2 |
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 --- ### |
