From 5d1e8a4c28b6f72b6e8d6f8df2794f2cce9bc75c Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 5 Oct 2019 22:19:15 +0200 Subject: zsh: make l1 really simple --- user/modules/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user/modules/zsh.nix') diff --git a/user/modules/zsh.nix b/user/modules/zsh.nix index 9544f86f..f5aebb88 100644 --- a/user/modules/zsh.nix +++ b/user/modules/zsh.nix @@ -56,7 +56,7 @@ in 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"; -- cgit 1.4.1