aboutsummaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorgxlin <[email protected]>2021-02-20 08:14:17 +0800
committergxlin <[email protected]>2021-02-20 08:14:17 +0800
commit727b304c7e5dbf51a9ded004283fa90e09f63a76 (patch)
tree755c2cbd459de0c3d2d8001c47227b9a0a6c40e5 /.zshrc
parent44b7b369f61fcf67c38230b8826fe65683942f03 (diff)
downloaddotfiles-727b304c7e5dbf51a9ded004283fa90e09f63a76.tar.gz
dotfiles-727b304c7e5dbf51a9ded004283fa90e09f63a76.tar.bz2
dotfiles-727b304c7e5dbf51a9ded004283fa90e09f63a76.zip
Make ls display with colors
Diffstat (limited to '.zshrc')
-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