From 2b58a1928144a9ff8b36d2672e9f9523058dce40 Mon Sep 17 00:00:00 2001 From: jiriks74 Date: Thu, 21 Nov 2024 23:26:45 +0100 Subject: [PATCH] feat: Add dirHashes https://nix-community.github.io/home-manager/options.xhtml#opt-programs.zsh.dirHashes --- zsh.nix | 5 +++++ 1 file changed, 5 insertions(+) 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 = [