From e843eee1f9c271c0708304ea97fd6532856d0c1f Mon Sep 17 00:00:00 2001 From: ronny abraham Date: Tue, 6 May 2025 00:30:25 +0300 Subject: [PATCH] added ls alias to make sure it uses colors --- bin/prompt-themes.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/prompt-themes.sh b/bin/prompt-themes.sh index 78ade68..628b45c 100755 --- a/bin/prompt-themes.sh +++ b/bin/prompt-themes.sh @@ -79,5 +79,7 @@ else export PS1='\[\033[01;34m\]\u@\h \[\033[01;32m\]\w\[\033[00m\] \$ ' fi +# ensure ls uses color +alias ls='ls --color=auto'