From 1d562af8927d932bc3329de3b06c94a966047238 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 30 Jan 2023 17:33:06 -0600 Subject: Add a bunch of stuff Forgot I had to `git add -f' these! --- profile/xdg-base-dir.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 profile/xdg-base-dir.sh (limited to 'profile/xdg-base-dir.sh') diff --git a/profile/xdg-base-dir.sh b/profile/xdg-base-dir.sh new file mode 100644 index 0000000..88a7370 --- /dev/null +++ b/profile/xdg-base-dir.sh @@ -0,0 +1,12 @@ +# XDG Base Dir Specification. +# See https://freedesktop.org/wiki/Software/xdg-user-dirs/ for details. + +. "${XDG_CONFIG_HOME:=$HOME/.config}/user-dirs.dirs" +export XDG_DESKTOP_DIR \ + XDG_DOCUMENTS_DIR \ + XDG_DOWNLOAD_DIR \ + XDG_MUSIC_DIR \ + XDG_PICTURES_DIR \ + XDG_PUBLICSHARE_DIR \ + XDG_TEMPLATES_DIR \ + XDG_VIDEOS_DIR -- cgit 1.4.1-21-gabe81