aboutsummaryrefslogtreecommitdiff
path: root/home/programs/eza.nix
diff options
context:
space:
mode:
authorFranck Cuny <fcuny@roblox.com>2026-01-05 15:57:36 -0800
committerFranck Cuny <fcuny@roblox.com>2026-01-05 15:57:36 -0800
commit6fff56a6c91d11f6d5f74ccf7ba9c8e883b8d8e5 (patch)
tree705eb71963d1976017467c7bed904531ae3d575f /home/programs/eza.nix
parentbump sapi to 1.3.7 (diff)
downloadinfra-6fff56a6c91d11f6d5f74ccf7ba9c8e883b8d8e5.tar.gz
minor tweaks for eza
Diffstat (limited to '')
-rw-r--r--home/programs/eza.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/home/programs/eza.nix b/home/programs/eza.nix
index 470ed1c..fa6c1d4 100644
--- a/home/programs/eza.nix
+++ b/home/programs/eza.nix
@@ -5,17 +5,17 @@
icons = "always";
colors = "always";
git = true;
- enableFishIntegration = false; # I setup my own aliases
+ enableFishIntegration = true;
extraOptions = [
+ "--git-ignore"
"--group-directories-first"
+ "--hyperlink"
"--no-quotes"
- "--git-ignore"
];
};
programs.fish.shellAliases = {
- la = "eza -la";
- ll = "eza -la -L=1";
- lt = "eza -aT -L=2";
+ llt = "eza --sort=modified -l";
+ llta = "eza --sort=modified -la";
};
}