diff options
author | gxlin <[email protected]> | 2021-02-20 08:14:17 +0800 |
---|---|---|
committer | gxlin <[email protected]> | 2021-02-20 08:14:17 +0800 |
commit | 727b304c7e5dbf51a9ded004283fa90e09f63a76 (patch) | |
tree | 755c2cbd459de0c3d2d8001c47227b9a0a6c40e5 | |
parent | 44b7b369f61fcf67c38230b8826fe65683942f03 (diff) | |
download | dotfiles-727b304c7e5dbf51a9ded004283fa90e09f63a76.tar.gz dotfiles-727b304c7e5dbf51a9ded004283fa90e09f63a76.tar.bz2 dotfiles-727b304c7e5dbf51a9ded004283fa90e09f63a76.zip |
Make ls display with colors
-rw-r--r-- | .zshrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |