dotfiles/.config/rodolphe/.xdg_set_env.sh
2021-09-12 12:24:06 +02:00

6 lines
165 B
Bash
Executable file

XDG_USER_DIR_FILE="$HOME/.config/user-dirs.dirs"
if [ -f "$XDG_USER_DIR_FILE" ]; then
. "$XDG_USER_DIR_FILE"
export XDG_PICTURES_DIR="$XDG_PICTURES_DIR"
fi