1
0
mirror of https://github.com/the-sane/lug-helper.git synced 2025-07-04 16:43:47 +00:00

Re-add comment

This commit is contained in:
the-sane
2021-01-30 13:45:35 -05:00
committed by GitHub
parent 8e922ae0ef
commit ca2ce556aa

@ -63,6 +63,7 @@ wine_conf="winedir.conf"
game_conf="gamedir.conf" game_conf="gamedir.conf"
backup_conf="backupdir.conf" backup_conf="backupdir.conf"
# Use XDG base directories if defined
conf_dir="${XDG_CONFIG_HOME:-$HOME/.config}" conf_dir="${XDG_CONFIG_HOME:-$HOME/.config}"
data_dir="${XDG_DATA_HOME:-$HOME/.local/share}" data_dir="${XDG_DATA_HOME:-$HOME/.local/share}"