From 74649671ae9c067b5172438c11d477268ba903d1 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Mon, 8 Nov 2021 09:48:08 -0500 Subject: [PATCH] profiles/zsh: include home.shellAliases --- users/profiles/shells/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;