Last active
December 14, 2022 15:35
-
-
Save pedrominicz/bdf2800008ea670a05a56ff2e143f12f to your computer and use it in GitHub Desktop.
Custom XDG user directories.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# xdg default directories | |
XDG_DESKTOP_DIR="$HOME/tmp" | |
XDG_DOCUMENTS_DIR="$HOME/tmp" | |
XDG_DOWNLOAD_DIR="$HOME/tmp" | |
XDG_MUSIC_DIR="$HOME/tmp" | |
XDG_PICTURES_DIR="$HOME/tmp" | |
XDG_PUBLICSHARE_DIR="$HOME/tmp" | |
XDG_TEMPLATES_DIR="$HOME/tmp" | |
XDG_VIDEOS_DIR="$HOME/tmp" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment