From 15f5f0b5c917a828fc39e1cb325d4fa15b9e7474 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Tue, 16 Mar 2021 11:57:36 +0100 Subject: [PATCH] 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. --- sh/.config/sh/xdg | 2 -- 1 file changed, 2 deletions(-) diff --git a/sh/.config/sh/xdg b/sh/.config/sh/xdg index 5051e41..ab55400 100644 --- a/sh/.config/sh/xdg +++ b/sh/.config/sh/xdg @@ -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