diff --git a/modules/zsh.nix b/modules/zsh.nix index 8bf29ac..2cfb817 100644 --- a/modules/zsh.nix +++ b/modules/zsh.nix @@ -13,6 +13,8 @@ _: exa = { enable = true; enableAliases = true; + extraOptions = [ "--header" ]; + git = true; }; fzf = { enable = true;