all repos — nixfiles @ d3e0e778fed8c4c572f0c41f6b2db6b336e832c8

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

zsh: re-enable showing symlink targets with `ll`
Alan Pearce alan@alanpearce.eu
Tue, 28 Mar 2023 19:33:09 +0200
commit

d3e0e778fed8c4c572f0c41f6b2db6b336e832c8

parent

91e22d17e95bae5113f7fbb402081af9f43abdf7

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

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