Export de_distro globally

This commit is contained in:
Fierelier 2023-11-18 15:22:11 +01:00
parent bab9e211c5
commit 9fa6213bb5
1 changed files with 1 additions and 0 deletions

1
app
View File

@ -4,6 +4,7 @@ de_path="$(dirname "$(realpath "$BASH_SOURCE")")"
de_distro="${de_distro:="me.fier.de"}"
de_conf_global="${de_conf_global:="$de_path/user"}"
de_conf_local="${de_conf_local:="$HOME/.config/$de_distro"}"
export _de_distro="$de_distro"
if [ "$1" = "source" ]; then
return 0