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);