]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - shell/aliases
shell/aliases: Fix colors in normal ls.
[config/dotfiles.git] / shell / aliases
index 8edbc3f1e41fcd5219e3b603f9467700422d5a66..d9e827e5d8e2f363d2997407f9ef7146a156e46f 100644 (file)
@@ -50,7 +50,7 @@ if [ x$ls_color = xgnu ]; then
 # Normal ls with colors.
 elif [ x$ls_color = xcli ]; then
     ls() {
-        CLICOLOR_FORCE=1 my_ls $*
+        CLICOLOR_FORCE=1 my_ls -G $*
     }
 # Simple ls with no colors.
 else