From 10a8a1ae9e5c5a41997a489b5cee6a06339ea3e8 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 6 Aug 2023 20:08:56 +0200 Subject: zsh: add dir hash for local iCloud directory --- user/settings/darwin.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'user') diff --git a/user/settings/darwin.nix b/user/settings/darwin.nix index 65200305..37b3e462 100644 --- a/user/settings/darwin.nix +++ b/user/settings/darwin.nix @@ -134,6 +134,9 @@ }; }; + programs.zsh.dirHashes = { + icloud = "$HOME/Library/Mobile\ Documents/com~apple~CloudDocs"; + }; programs.zsh.shellAliases = { rb = "darwin-rebuild"; rbs = "darwin-rebuild switch --flake $(ghq list -p nixfiles)"; -- cgit 1.4.1