diff --git a/system/home/shell/default.nix b/system/home/shell/default.nix index 9ded70c1..4d2c65bc 100644 --- a/system/home/shell/default.nix +++ b/system/home/shell/default.nix @@ -34,7 +34,10 @@ enable = true; git = true; icons = "auto"; - extraOptions = [ "--octal-permissions" ]; + extraOptions = [ + "--header" + "--time-style=iso" + ]; }; fzf = { enable = true;