diff --git a/users/profiles/shells/zsh.nix b/users/profiles/shells/zsh.nix index 6af9ba1..0a1d4db 100644 --- a/users/profiles/shells/zsh.nix +++ b/users/profiles/shells/zsh.nix @@ -20,7 +20,7 @@ history.path = "${dotDir}/.zsh_history"; - shellAliases = main.environment.shellAliases; + shellAliases = main.environment.shellAliases // config.home.shellAliases; oh-my-zsh = { enable = true;