fix: make shell aliases inherit environment aliases

This commit is contained in:
Infinidoge 2021-10-18 21:55:12 -04:00
parent affa870e2a
commit 78d5bb7d41

View file

@ -1,4 +1,4 @@
{ config, lib, pkgs, ... }: { { config, lib, pkgs, main, ... }: {
imports = [ ./common.nix ]; imports = [ ./common.nix ];
programs = { programs = {
@ -20,6 +20,8 @@
history.path = "${dotDir}/.zsh_history"; history.path = "${dotDir}/.zsh_history";
shellAliases = main.environment.shellAliases;
oh-my-zsh = { oh-my-zsh = {
enable = true; enable = true;
plugins = [ plugins = [