all repos — nixfiles @ 0a017369a8d4be8bc658245c1f9bb8afed7030c5

System and user configuration, managed by nix and home-manager

zsh: follow symbolic links with ll
Alan Pearce alan@alanpearce.eu
Wed, 20 Jan 2021 17:21:23 +0100
commit

0a017369a8d4be8bc658245c1f9bb8afed7030c5

parent

dc666f24e73989a811d11b42685ad6d4bd54f18c

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M user/settings/zsh.nixuser/settings/zsh.nix
@@ -101,7 +101,7 @@ l = "ls ${lsOptions} -Bp";       l1 = "ls -1";
       ls = "ls ${lsOptions} -hF";
       la = "ls ${lsOptions} -hA";
-      ll = "ls ${lsOptions} ${lsIsoDate} -hl";
+      ll = "ls ${lsOptions} ${lsIsoDate} -hlL";
       lal = "ll -A";
       lla = "lal";
       llr = "ll -t";