From 727b304c7e5dbf51a9ded004283fa90e09f63a76 Mon Sep 17 00:00:00 2001 From: gxlin Date: Sat, 20 Feb 2021 08:14:17 +0800 Subject: Make ls display with colors --- .zshrc | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index 3bd3897..c5c56a3 100644 --- a/.zshrc +++ b/.zshrc @@ -29,6 +29,10 @@ Darwin) # java [ -d /usr/local/opt/openjdk/bin ] && export PATH="/usr/local/opt/openjdk/bin:$PATH" + + # Alias + alias ls='ls -G' + alias ll='ls -lG' ;; Linux) # commands for Linux -- cgit v1.2.3