diff --git a/bash/.bashrc b/bash/.bashrc index 76807da..cc3fac7 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -18,5 +18,5 @@ export PATH if [ $(uname) == "Darwin" ]; then alias ls="ls -FG" else - alias ls="ls -F" + alias ls="ls -F --color=auto" fi