aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfig.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.sh b/config.sh
index 4ecd6e3..8beb31f 100755
--- a/config.sh
+++ b/config.sh
@@ -3,6 +3,7 @@ export AK_WORKDIR="$AK_ROOT/.arching-kaos"
export AK_CONFIGDIR="$AK_WORKDIR/config"
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"