From b9cab71d260e297cd3544f86097878dd363595b8 Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Mon, 3 Jun 2024 02:26:48 +0200 Subject: [PATCH] Directiories are now sorted first --- init.d/variables.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.d/variables.sh b/init.d/variables.sh index ad3fff3..2fe8d6c 100755 --- a/init.d/variables.sh +++ b/init.d/variables.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Arguments for some programs -export "ARGS_EZA=--long --binary --mounts --no-git --color=always --color-scale=size --color-scale-mode=fixed --no-quotes --smart-group --almost-all --sort name" +export "ARGS_EZA=--long --binary --mounts --no-git --color=always --color-scale=size --color-scale-mode=fixed --no-quotes --smart-group --almost-all --sort name --group-directories-first" export "ARGS_MOAR=-colors 16M -statusbar bold --style dracula" # General