about summary refs log tree commit diff stats
path: root/profile/xdg-base-dir.sh
diff options
context:
space:
mode:
authorCase Duckworth2023-01-30 17:33:06 -0600
committerCase Duckworth2023-01-30 17:33:06 -0600
commit1d562af8927d932bc3329de3b06c94a966047238 (patch)
treeacb2c460fbb8d01473f38f4de426c4879c7ae11a /profile/xdg-base-dir.sh
parentDeclare mode (diff)
downloadetc-1d562af8927d932bc3329de3b06c94a966047238.tar.gz
etc-1d562af8927d932bc3329de3b06c94a966047238.zip
Add a bunch of stuff
Forgot I had to `git add -f' these!
Diffstat (limited to 'profile/xdg-base-dir.sh')
-rw-r--r--profile/xdg-base-dir.sh12
1 files changed, 12 insertions, 0 deletions
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 @@
1# XDG Base Dir Specification.
2# See https://freedesktop.org/wiki/Software/xdg-user-dirs/ for details.
3
4. "${XDG_CONFIG_HOME:=$HOME/.config}/user-dirs.dirs"
5export XDG_DESKTOP_DIR \
6 XDG_DOCUMENTS_DIR \
7 XDG_DOWNLOAD_DIR \
8 XDG_MUSIC_DIR \
9 XDG_PICTURES_DIR \
10 XDG_PUBLICSHARE_DIR \
11 XDG_TEMPLATES_DIR \
12 XDG_VIDEOS_DIR