summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2021-01-20 17:21:23 +0100
committerAlan Pearce2021-01-20 17:21:23 +0100
commit0a017369a8d4be8bc658245c1f9bb8afed7030c5 (patch)
tree6cef333664df09e744b7ca8f66adfb5ef30afdc2
parentdc666f24e73989a811d11b42685ad6d4bd54f18c (diff)
downloadnixfiles-0a017369a8d4be8bc658245c1f9bb8afed7030c5.tar.lz
nixfiles-0a017369a8d4be8bc658245c1f9bb8afed7030c5.tar.zst
nixfiles-0a017369a8d4be8bc658245c1f9bb8afed7030c5.zip
zsh: follow symbolic links with ll
-rw-r--r--user/settings/zsh.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/user/settings/zsh.nix b/user/settings/zsh.nix index 64157ba3..97f90584 100644 --- a/user/settings/zsh.nix +++ b/user/settings/zsh.nix
@@ -101,7 +101,7 @@ in
101 l1 = "ls -1"; 101 l1 = "ls -1";
102 ls = "ls ${lsOptions} -hF"; 102 ls = "ls ${lsOptions} -hF";
103 la = "ls ${lsOptions} -hA"; 103 la = "ls ${lsOptions} -hA";
104 ll = "ls ${lsOptions} ${lsIsoDate} -hl"; 104 ll = "ls ${lsOptions} ${lsIsoDate} -hlL";
105 lal = "ll -A"; 105 lal = "ll -A";
106 lla = "lal"; 106 lla = "lal";
107 llr = "ll -t"; 107 llr = "ll -t";