From 3f56d32cc7be595076ec92dd06ff7a0d7ab37b42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Tue, 14 Mar 2023 14:15:29 +0100 Subject: [PATCH] style: change exa aliases --- hosts/neodymium/configuration.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hosts/neodymium/configuration.nix b/hosts/neodymium/configuration.nix index 83e91f4..b336b3b 100644 --- a/hosts/neodymium/configuration.nix +++ b/hosts/neodymium/configuration.nix @@ -292,8 +292,9 @@ in { programs.exa = { enable = true; }; programs.zsh.shellAliases = { - l = "exa -l -h -g --icons --git --time-style=long-iso"; - ll = "exa -l -h -g --icons --grid --git --time-style=long-iso -a"; + l = + "exa -lahg --icons --git --time-style=long-iso --group-directories-first --color=always"; + ll = "l --grid"; }; programs.alacritty = {