From e213a578226e772fa20e8a70bfeb5aaa407c31bf Mon Sep 17 00:00:00 2001 From: Felix Schulze Date: Tue, 3 Jun 2025 21:29:16 +0200 Subject: [PATCH] 132 current 2025-06-03 21:29:14 25.05.20250602.10d7f8d 6.15.0 * alias z to cd --- modules/programs.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/programs.nix b/modules/programs.nix index 32059c1..c96bc01 100644 --- a/modules/programs.nix +++ b/modules/programs.nix @@ -63,7 +63,10 @@ programs = { # CLI - zoxide.enable = true; + zoxide = { + enable = true; + flags = ["--cmd cd"]; + }; fish.enable = true; vim = { enable = true;