diff options
author | davidovski <david@davidovski.xyz> | 2022-05-31 17:47:44 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-05-31 17:47:44 +0100 |
commit | 4bac1f97b9990e70d71639ed1678a4256cc26098 (patch) | |
tree | 67500bfe9f22454328114327afe5cf8f92b1c717 /src/profile.sh | |
parent | 9752813e90d663aab55c33d3877886a9013f36db (diff) |
added default cmd option
Diffstat (limited to 'src/profile.sh')
-rwxr-xr-x | src/profile.sh | 3 |
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.*)" |