Make both audio and video versions of yt download function
[khome.git] / home / lib / login_variables.sh
index 3d0dbf3..16bab2c 100644 (file)
@@ -2,8 +2,10 @@ export PATH=$HOME/bin:$HOME/.local/bin:$HOME/go/bin:/snap/bin:/sbin:/usr/sbin:$P
 export EDITOR=vim
 export VISUAL=$EDITOR
 export DIR_GITHUB="${HOME}/Archives/Software/src/repos/remote/github.com"
+export DIR_AUDIO="${HOME}/Archives/Audio"
 export DIR_VIDEO="${HOME}/Archives/Videos"
-export DIR_YOUTUBE="${DIR_VIDEO}/Web/youtube.com"
+export DIR_YOUTUBE_VIDEO="${DIR_VIDEO}/Web/youtube.com"
+export DIR_YOUTUBE_AUDIO="${DIR_AUDIO}/youtube.com"
 export DIR_NOTES="$HOME/Documents/Notes"
 export DIR_LOG="$HOME/var/log"
 export DIR_LOG_MPD="$DIR_LOG/mpd"
This page took 0.024009 seconds and 4 git commands to generate.