X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=shell%2Faliases;h=d9e827e5d8e2f363d2997407f9ef7146a156e46f;hb=999fc26e13aeeda70490451c3a077bd134b34546;hp=8edbc3f1e41fcd5219e3b603f9467700422d5a66;hpb=f8b8f9c927e3a4463a9b2cc2e5d4680f09dde08f;p=config%2Fdotfiles.git diff --git a/shell/aliases b/shell/aliases index 8edbc3f..d9e827e 100644 --- a/shell/aliases +++ b/shell/aliases @@ -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