From 9d913f9c61e9de5a289a8c29f2152c63c7ae60d2 Mon Sep 17 00:00:00 2001
From: Oliver Davies <oliver@oliverdavies.dev>
Date: Mon, 17 Mar 2025 20:05:16 +0000
Subject: [PATCH] Remove cdpath

---
 nix/modules/home-manager/cli/zsh.nix | 1 -
 1 file changed, 1 deletion(-)

diff --git a/nix/modules/home-manager/cli/zsh.nix b/nix/modules/home-manager/cli/zsh.nix
index 8da91cf3..335f6f5a 100644
--- a/nix/modules/home-manager/cli/zsh.nix
+++ b/nix/modules/home-manager/cli/zsh.nix
@@ -12,7 +12,6 @@
       abbreviations = import ./zsh/abbreviations.nix;
     };
 
-    cdpath = [ "$HOME/Code" ];
     dotDir = "${config.xdg.configHome}/zsh";
 
     shellAliases = (import ./zsh/aliases.nix);