diff --git a/lib/shared/modules/zsh.nix b/lib/shared/modules/zsh.nix
index 2d0894f3..22ffc3e8 100644
--- a/lib/shared/modules/zsh.nix
+++ b/lib/shared/modules/zsh.nix
@@ -6,6 +6,8 @@
     enable = true;
     enableCompletion = true;
 
+    cdpath = [ "~/Code" ];
+
     shellAliases = (import ./zsh/aliases.nix);
 
     localVariables = {