From 440269224344c344a30111c90bd9c2db6605bd3b Mon Sep 17 00:00:00 2001 From: kaotisk Date: Sun, 16 Mar 2025 18:35:39 +0200 Subject: Changed way of settings initiation --- config.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'config.sh') diff --git a/config.sh b/config.sh index 6833dd1..4ecd6e3 100755 --- a/config.sh +++ b/config.sh @@ -1,7 +1,6 @@ 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 PATH=$PATH:$AK_BINDIR -- cgit v1.2.3