all repos — nixfiles @ d3e0e778fed8c4c572f0c41f6b2db6b336e832c8

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

zsh: re-enable showing symlink targets with `ll`

Alan Pearce
commit

d3e0e778fed8c4c572f0c41f6b2db6b336e832c8

parent

91e22d17e95bae5113f7fbb402081af9f43abdf7

1 file changed, 1 insertion(+), 1 deletion(-)

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";