Compare commits

..

1 Commits

Author SHA1 Message Date
Kai S. K. Engelbart 4332c344e9
Use XDG config directory
In addition, extracted some file paths into variables.
2021-08-16 13:10:27 +02:00
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ default_directory=' > ${CONF_DIR}/paperchanger.conf.sh
fi
read -r current_file_path < ${CONF_CURRENT_WP}
source "${CONF_CURRENT_WP}"
source ${CONF_CURRENT_WP}
function _help() {
echo ""