summaryrefslogtreecommitdiff
path: root/src/profile.sh
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-05-31 17:47:44 +0100
committerdavidovski <david@davidovski.xyz>2022-05-31 17:47:44 +0100
commit4bac1f97b9990e70d71639ed1678a4256cc26098 (patch)
tree67500bfe9f22454328114327afe5cf8f92b1c717 /src/profile.sh
parent9752813e90d663aab55c33d3877886a9013f36db (diff)
added default cmd option
Diffstat (limited to 'src/profile.sh')
-rwxr-xr-xsrc/profile.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/profile.sh b/src/profile.sh
index 683738e..c2bda20 100755
--- a/src/profile.sh
+++ b/src/profile.sh
@@ -6,11 +6,12 @@
export HBAR_COMPLETE="-c ${GREEN}${BG_DEFAULT}"
export HBAR_RED="-c ${BLACK}${BG_RED}"
-
export CONF_FILE="/etc/xipkg.conf"
export CURL_OPTS="-sSL"
+export DEFAULT_OPTION=$(parseconf -v default_cmd)
+
export DEP_DIR=$(parseconf -v dir.deps)
export REPOS="$(parseconf -v repos)"
export SOURCES="$(parseconf sources.*)"