diff --git a/bashrc b/bashrc index a2e40896..50605922 100644 --- a/bashrc +++ b/bashrc @@ -116,6 +116,7 @@ if [[ $UNAME != Darwin ]]; then fi if [[ $UNAME = Darwin ]]; then + alias ls="ls -Gp" alias ll="ls -alFHGp" alias l="ls -CFGp" fi diff --git a/zshrc b/zshrc index 1dee0ad6..9b19d84e 100644 --- a/zshrc +++ b/zshrc @@ -310,6 +310,7 @@ if [[ "$UNAME" != "Darwin" ]]; then fi if [[ $UNAME = Darwin ]]; then + alias ls="ls -Gp" alias ll="ls -alFHGp" alias l="ls -CFGp" fi