fix: make shell aliases inherit environment aliases
This commit is contained in:
parent
affa870e2a
commit
78d5bb7d41
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{ config, lib, pkgs, ... }: {
|
||||
{ config, lib, pkgs, main, ... }: {
|
||||
imports = [ ./common.nix ];
|
||||
|
||||
programs = {
|
||||
|
@ -20,6 +20,8 @@
|
|||
|
||||
history.path = "${dotDir}/.zsh_history";
|
||||
|
||||
shellAliases = main.environment.shellAliases;
|
||||
|
||||
oh-my-zsh = {
|
||||
enable = true;
|
||||
plugins = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue