diff --git a/zsh.nix b/zsh.nix
index 923fc79..6730f33 100644
--- a/zsh.nix
+++ b/zsh.nix
@@ -37,6 +37,11 @@
         ];
       };
 
+      dirHashes = {
+        dl = "$HOME/Downloads";
+        prj = "$HOME/Projects/";
+      };
+
       zplug = {
         enable = true;
         plugins = [