From bf87d94330c6c6153eab9f1a3016efeef5ebc754 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Mon, 11 Mar 2024 19:36:28 +0200 Subject: Introduced ./lib for common stuff ofc, logit was the first lib to add... finally --- config.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'config.sh') diff --git a/config.sh b/config.sh index 3691fc5..c122584 100755 --- a/config.sh +++ b/config.sh @@ -3,6 +3,7 @@ export AK_ROOT=$HOME 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_ZBLOCKDIR="$AK_WORKDIR/zblocks" export AK_BLOCKDIR="$AK_WORKDIR/blocks" export AK_DATADIR="$AK_WORKDIR/data" -- cgit v1.2.3