From 794ea059c14641642910ac5e1959c5ae1ed96c23 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Mon, 27 Sep 2021 23:56:51 -0400 Subject: [PATCH] [+] Enable ls coloring for mac --- scripts/includes/mac.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/includes/mac.sh b/scripts/includes/mac.sh index c0a5954..a96805e 100644 --- a/scripts/includes/mac.sh +++ b/scripts/includes/mac.sh @@ -1,6 +1,6 @@ # Mac-only commands if [[ $OSTYPE == 'darwin'* ]]; then - alias ls='ls -h' + alias ls='ls -hG' alias ports="netstat -ap tcp | grep -i \"listen\"" alias trash="rmtrash" alias checkrain="/Applications/checkra1n.app/Contents/MacOS/checkra1n"