sh: Remove xdg dirs for template, public

Removed the template and public configurations of XDG directories in my
home dir. They clutter up the place and, so far, I've never needed them.
This commit is contained in:
Marty Oehme 2021-03-16 11:57:36 +01:00
parent 3763c7e581
commit 15f5f0b5c9
Signed by: Marty
GPG key ID: B7538B8F50A1C800

View file

@ -26,8 +26,6 @@ test "$XDG_DOWNLOAD_DIR" || export XDG_DOWNLOAD_DIR="$HOME/downloads"
test "$XDG_MUSIC_DIR" || export XDG_MUSIC_DIR="$HOME/music"
test "$XDG_PICTURES_DIR" || export XDG_PICTURES_DIR="$HOME/pictures"
test "$XDG_PROJECTS_DIR" || export XDG_PROJECTS_DIR="$HOME/projects"
test "$XDG_PUBLICSHARE_DIR" || export XDG_PUBLICSHARE_DIR="$HOME/public"
test "$XDG_TEMPLATES_DIR" || export XDG_TEMPLATES_DIR="$HOME/templates"
test "$XDG_VIDEOS_DIR" || export XDG_VIDEOS_DIR="$HOME/videos"
## Non-Standard additions