From 630aece11c386907d9f0c0d93c8c27d84464eaa5 Mon Sep 17 00:00:00 2001 From: flo Date: Thu, 2 Jan 2025 03:26:07 +0100 Subject: [PATCH] info --- info | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/info b/info index 9e8b9ff..e63ea1a 100755 --- a/info +++ b/info @@ -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