From b9f475ac6bf8aac0f3ceaa2370ca03e2fcd72546 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 6 Aug 2020 21:18:29 +0300 Subject: [PATCH] bold and red dirs. Closes #10 --- shfm | 1 + 1 file changed, 1 insertion(+) diff --git a/shfm b/shfm index 87cfc71..5d1058b 100755 --- a/shfm +++ b/shfm @@ -226,6 +226,7 @@ line_print() { line_format() { file_escape "$1" esc EL0 + [ -d "$1" ] && esc SGR 1 31 printf %s "$safe" [ -d "$1" ] && printf / esc SGR