all repos — nixfiles @ 5d1e8a4c28b6f72b6e8d6f8df2794f2cce9bc75c

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

zsh: make l1 really simple

Alan Pearce
commit

5d1e8a4c28b6f72b6e8d6f8df2794f2cce9bc75c

parent

419e4d201ed661027243d4330439a9f0d5e37d21

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

jump to
M user/modules/zsh.nixuser/modules/zsh.nix
@@ -56,7 +56,7 @@ };
shellAliases = { l = "ls ${lsOptions} -Bp"; - l1="ls ${lsOptions} -1"; + l1="ls -1"; ls="ls ${lsOptions} -hF"; la="ls ${lsOptions} -hA"; ll="ls ${lsOptions} ${lsIsoDate} -hl";