X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=blobdiff_plain;f=shell%2Faliases.in;h=2848f737b02f8249c6cffd9e75723a11339d39ab;hp=eebda1ec1917c1cba1e15b5e9326f75886db9dab;hb=33826e397bdecbdcef6d8d04b944733676b794e1;hpb=b47d157a1a282eb2ce95536e108e8f11593ce367 diff --git a/shell/aliases.in b/shell/aliases.in index eebda1e..2848f73 100644 --- a/shell/aliases.in +++ b/shell/aliases.in @@ -71,7 +71,7 @@ unalias ls 2>/dev/null # See `setup.sh` for details. LS_* are replaced with the appropriate values # when this file is generated. ls() { - LS_ENV command ls LS_COLOR LS_OPTIONS -C -F "$@" 2>&1 | less + LS_ARGS -C -F "$@" 2>&1 | less } unalias ll lt la lal lat 2>/dev/null