From c494c59f0610feb0648ba8be33f5cc5b08772dbf Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 23 Jun 2024 17:03:45 +0200 Subject: [PATCH] sort environment variables --- pidd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pidd.sh b/pidd.sh index 52ddf6c..d59ab5b 100644 --- a/pidd.sh +++ b/pidd.sh @@ -485,7 +485,7 @@ pidd_set_packages_configuration () { pidd_list_environment_variables () { pidd_step "List environment variables" - env + env | sort } pidd_list_working_directory () {