diff options
author | Alan Pearce | 2023-08-06 20:08:56 +0200 |
---|---|---|
committer | Alan Pearce | 2023-08-06 20:13:34 +0200 |
commit | 10a8a1ae9e5c5a41997a489b5cee6a06339ea3e8 (patch) | |
tree | 79e43d55d0462a52124bededfadae83b7d49cb52 /user | |
parent | 3f1c020881676afcf04d11dafa69d47e301240c4 (diff) | |
download | nixfiles-10a8a1ae9e5c5a41997a489b5cee6a06339ea3e8.tar.lz nixfiles-10a8a1ae9e5c5a41997a489b5cee6a06339ea3e8.tar.zst nixfiles-10a8a1ae9e5c5a41997a489b5cee6a06339ea3e8.zip |
zsh: add dir hash for local iCloud directory
Diffstat (limited to 'user')
-rw-r--r-- | user/settings/darwin.nix | 3 |
1 files changed, 3 insertions, 0 deletions
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)"; |