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:
parent
3763c7e581
commit
15f5f0b5c9
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue