feat: Updates devcontainer-env

This commit is contained in:
2026-02-02 09:01:50 -05:00
parent 37b97b00f5
commit 03244bd272

View File

@@ -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."