aboutsummaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2022-02-04 23:06:41 +0800
committerGuangxiong Lin <[email protected]>2022-02-04 23:08:14 +0800
commit873d2c78cbe5b361e705f077502903ed0477b506 (patch)
tree89bc4e4fc5ed1b7f888868fd5d63df77ee9c7fb5 /.zshrc
parent5a6810e7c163354b61e3582f3aa33d132e694654 (diff)
downloaddotfiles-873d2c78cbe5b361e705f077502903ed0477b506.tar.gz
dotfiles-873d2c78cbe5b361e705f077502903ed0477b506.tar.bz2
dotfiles-873d2c78cbe5b361e705f077502903ed0477b506.zip
Update alias to make ls display with color by default
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index 61a3e5f..9765dd0 100644
--- a/.zshrc
+++ b/.zshrc
@@ -28,7 +28,6 @@ source $HOME/.env
case `uname` in
Darwin)
# Alias
- alias ls='ls -G'
alias ll='ls -lhG'
source ~/.macos