From 4bac1f97b9990e70d71639ed1678a4256cc26098 Mon Sep 17 00:00:00 2001 From: davidovski Date: Tue, 31 May 2022 17:47:44 +0100 Subject: added default cmd option --- src/profile.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/profile.sh') 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.*)" -- cgit v1.2.1