diff --git a/lib/shared/modules/zsh.nix b/lib/shared/modules/zsh.nix index 2d0894f..22ffc3e 100644 --- a/lib/shared/modules/zsh.nix +++ b/lib/shared/modules/zsh.nix @@ -6,6 +6,8 @@ enable = true; enableCompletion = true; + cdpath = [ "~/Code" ]; + shellAliases = (import ./zsh/aliases.nix); localVariables = {