X-Git-Url: http://git.iain.cx/?p=profile.git;a=blobdiff_plain;f=.profile.d%2Fls.bashrc;h=c3c6e21e7c72964ffa74e326a42fabeaa1d65dcd;hp=88e76e0c981e81f2c438c34a556230cebb538bed;hb=bd810050f68617900aaf284518f41d12977f2320;hpb=b82d709dee82b7e05ae8b9fa87e0eea488da6a3d diff --git a/.profile.d/ls.bashrc b/.profile.d/ls.bashrc index 88e76e0..c3c6e21 100644 --- a/.profile.d/ls.bashrc +++ b/.profile.d/ls.bashrc @@ -7,7 +7,7 @@ if echo "$ls" | grep gnu.org >/dev/null; then eval `dircolors 2>/dev/null` 2>/dev/null LS_OPTIONS="--color=auto -F -b" - if echo $ls | grep -- --time-style >/dev/null; then + if echo "$ls" | grep -- --time-style >/dev/null; then LS_OPTIONS="$LS_OPTIONS --time-style=long-iso" fi export LS_OPTIONS