This commit is contained in:
flo 2025-01-02 03:26:07 +01:00
parent 7b3e5f7028
commit 630aece11c

4
info
View File

@ -4,9 +4,7 @@ CONFIG_FILE="$ENV_DIR/.systems"
source $ENV_DIR/bin/denv_msg
# Get (newest) DEV_ENV_PATH
source ~/.profile
denv_info_msg "[dev-env]: $DEV_ENV_PATH"
denv_info_msg "[dev-env]: $ENV_DIR"
# Iterate through all lines in .systems configuration
while IFS=' ' read -r IDENTIFIER DIRECTORY GIT; do