From 793c6201a6040ae57e8409d22247ae85bc9f431d Mon Sep 17 00:00:00 2001 From: Christian Harke Date: Wed, 13 Sep 2023 21:45:10 +0200 Subject: [PATCH] Add some more ZSH dir hashes --- home/users/christian/shell/zsh.nix | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/home/users/christian/shell/zsh.nix b/home/users/christian/shell/zsh.nix index 15cbd6bb..3a2e74a2 100644 --- a/home/users/christian/shell/zsh.nix +++ b/home/users/christian/shell/zsh.nix @@ -6,9 +6,19 @@ autocd = true; dotDir = ".config/zsh"; dirHashes = { - docs = "$HOME/Documents"; - vids = "$HOME/Videos"; + bb = "/mnt/bluecare/bluecare"; + bh = "/mnt/bluecare/home"; + bt = "/mnt/bluecare/transfer"; + d = "$HOME/Documents"; dl = "$HOME/Downloads"; + hh = "/mnt/home/home"; + hm = "/mnt/home/music"; + hp = "/mnt/home/photo"; + ht = "/mnt/home/public"; + hv = "/mnt/home/video"; + p = "$HOME/Pictures"; + usb = "/run/media/chr"; + v = "$HOME/Videos"; }; history = let