aboutsummaryrefslogtreecommitdiff
path: root/config.sh
diff options
context:
space:
mode:
Diffstat (limited to 'config.sh')
-rwxr-xr-xconfig.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/config.sh b/config.sh
index ac63acb..8beb31f 100755
--- a/config.sh
+++ b/config.sh
@@ -1,9 +1,9 @@
export AK_ROOT=$HOME
export AK_WORKDIR="$AK_ROOT/.arching-kaos"
export AK_CONFIGDIR="$AK_WORKDIR/config"
-export AK_SETTINGS="$AK_WORKDIR/settings"
export AK_BINDIR="$AK_WORKDIR/bin"
export AK_LIBDIR="$AK_WORKDIR/lib"
+export AK_SETTINGS="$AK_WORKDIR/settings"
export PATH=$PATH:$AK_BINDIR
export AK_IPFS="$(which kubo)"
export AK_MODULESDIR="$AK_WORKDIR/modules"
@@ -20,16 +20,17 @@ export AK_ZCHAINASC="$AK_CONFIGDIR/zchain.asc"
export AK_ZZCHAIN="$AK_CONFIGDIR/zzchain"
export AK_ZLIST="$AK_WORKDIR/zlist"
export AK_ZLATEST="$AK_WORKDIR/zlatest"
-export AK_LOGSFILE="$AK_WORKDIR/logs"
export AK_GPGHOME="$AK_WORKDIR/keyring"
export AK_MINEDBLOCKSDIR="$AK_WORKDIR/mined_blocks"
export AK_ZBLOCKSFILE="$AK_WORKDIR/zBlocksFile"
export AK_ZPAIRSFILE="$AK_WORKDIR/pairsFile"
export AK_ZPEERSFILE="$AK_WORKDIR/peersFile"
+export AK_ZPEERSDIR="$AK_WORKDIR/peers"
export AK_CACHEDIR="$AK_WORKDIR/cache"
export AK_CHUNKSDIR="$AK_WORKDIR/akfs/chunks"
export AK_LEAFSDIR="$AK_WORKDIR/akfs/leafs"
export AK_MAPSDIR="$AK_WORKDIR/akfs/maps"
+export AK_ZLATEST_HISTORY="$AK_WORKDIR/zlatest_history"
#source $AK_LIBDIR/_ak_settings
#export AK_FINGERPRINT="$(_ak_settings_get gpg.fingerprint)"