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 ];
|
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 = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue