From c122f90a783c01e84c5ea25cbb181a87df3ea2cd Mon Sep 17 00:00:00 2001 From: James Walker Date: Fri, 4 Aug 2023 17:22:45 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20exa=20configs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/zsh.nix | 2 ++ 1 file changed, 2 insertions(+) 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;