aboutsummaryrefslogtreecommitdiff
path: root/config.sh
diff options
context:
space:
mode:
authorkaotisk <kaotisk@arching-kaos.org>2024-06-10 12:25:06 +0300
committerkaotisk <kaotisk@arching-kaos.org>2024-06-10 12:25:06 +0300
commitf654a9fcf2c3c5e348ea43a341e973a0ccbca7c7 (patch)
tree82423c4d4f34eb51dee2f0e1ccdcf96c1f6bb16f /config.sh
parentae9726f747b2ec3e5805d03ef04ad47cb7628315 (diff)
downloadarching-kaos-tools-f654a9fcf2c3c5e348ea43a341e973a0ccbca7c7.tar.gz
arching-kaos-tools-f654a9fcf2c3c5e348ea43a341e973a0ccbca7c7.tar.bz2
arching-kaos-tools-f654a9fcf2c3c5e348ea43a341e973a0ccbca7c7.zip
Refactoring
Diffstat (limited to 'config.sh')
-rwxr-xr-xconfig.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.sh b/config.sh
index aa5bf4b..f10127f 100755
--- a/config.sh
+++ b/config.sh
@@ -1,9 +1,10 @@
-export AK_IPFS="$(which ipfs)"
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 PATH=$PATH:$AK_BINDIR
+export AK_IPFS="$(which ipfs)"
export AK_MODULESDIR="$AK_WORKDIR/modules"
export AK_ZBLOCKDIR="$AK_WORKDIR/zblocks"
export AK_BLOCKDIR="$AK_WORKDIR/blocks"