From 97c1e28a528c621fbd197e38fb21db5b720db4ee Mon Sep 17 00:00:00 2001 From: Abhishek Keshri Date: Thu, 31 Oct 2024 07:07:42 +0530 Subject: [PATCH] fix: icon padding for cwd --- scripts/cwd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cwd.sh b/scripts/cwd.sh index 301bb61..bc39e19 100755 --- a/scripts/cwd.sh +++ b/scripts/cwd.sh @@ -48,7 +48,7 @@ main() { # Truncate path if it's too long truncated_cwd=$(truncate_path "$cwd") - echo " $truncated_cwd" + echo " $truncated_cwd" } #run main driver program