aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.zshrc4
1 files changed, 4 insertions, 0 deletions
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