From 03244bd27296b46a2aeef0528bd89ee422f53cee Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Mon, 2 Feb 2026 09:01:50 -0500 Subject: [PATCH] feat: Updates devcontainer-env --- devcontainer-env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devcontainer-env b/devcontainer-env index 09c007c..8fd6f5f 100755 --- a/devcontainer-env +++ b/devcontainer-env @@ -7,7 +7,7 @@ set -o pipefail # Intsalls appropriate dotfiles inside a devcontainer context. XDG_CONFIG_HOME=${XDG_CONFIG_HOME:-"$HOME/.config"} -DEV_ENV=${DEV_ENV:-""} +DEV_ENV=${DEV_ENV:-$(dirname "${BASH_SOURCE[0]}")} if [ ! -d "$DEV_ENV" ]; then echo "[ERROR]: DEV_ENV variable does not exist."