From 01518c3cc0a7d46df5b6fc8b47948e9f035e3c90 Mon Sep 17 00:00:00 2001 From: ronny abraham Date: Tue, 6 May 2025 00:36:28 +0300 Subject: [PATCH] added warning so i'll know that ls is overridden --- bin/prompt-themes.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/prompt-themes.sh b/bin/prompt-themes.sh index 628b45c..ff0ba91 100755 --- a/bin/prompt-themes.sh +++ b/bin/prompt-themes.sh @@ -80,6 +80,7 @@ else fi # ensure ls uses color +echo "[prompt-themes] ⚙️ Applied: alias ls='ls --color=auto'" alias ls='ls --color=auto'