From c525a89bc7f7467d20d90de45ee4d8f4787f2e0c Mon Sep 17 00:00:00 2001 From: Hyperling Date: Wed, 5 Jul 2023 18:00:40 -0700 Subject: [PATCH] Place the docker scripts ahead of local path since the user has likely explicitly called the env file. --- source.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source.env b/source.env index d0bdfb1..a3356c1 100644 --- a/source.env +++ b/source.env @@ -1,3 +1,3 @@ DOCKER_HOME=/opt/Docker DOCKER_PATH=$DOCKER_HOME/bin -PATH=$PATH:$DOCKER_PATH +PATH=$DOCKER_PATH:$PATH