From 809201641b35ea47185a4cf1b60dc7265ccd8f62 Mon Sep 17 00:00:00 2001 From: jiriks74 Date: Thu, 5 Dec 2024 03:39:26 +0100 Subject: [PATCH] fix(zsh): Remove dirHashes Didn't use them, don't like them --- zsh.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/zsh.nix b/zsh.nix index 36abfc3..c7fe111 100644 --- a/zsh.nix +++ b/zsh.nix @@ -32,10 +32,6 @@ }; autocd = true; # I'll try this out, may be removed later - dirHashes = { - dl = "$HOME/Downloads"; - prj = "$HOME/Projects/"; - }; antidote = { enable = true;