From 1638c8ff989d04ff07a82a219bc950c084d6e757 Mon Sep 17 00:00:00 2001 From: jiriks74 Date: Thu, 21 Nov 2024 23:28:51 +0100 Subject: [PATCH] feat: Enable autocd --- zsh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh.nix b/zsh.nix index 6730f33..c148c5c 100644 --- a/zsh.nix +++ b/zsh.nix @@ -37,6 +37,7 @@ ]; }; + autocd = true; # I'll try this out, may be removed later dirHashes = { dl = "$HOME/Downloads"; prj = "$HOME/Projects/";