profiles/zsh: include home.shellAliases
This commit is contained in:
parent
5e5d9602da
commit
74649671ae
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
history.path = "${dotDir}/.zsh_history";
|
history.path = "${dotDir}/.zsh_history";
|
||||||
|
|
||||||
shellAliases = main.environment.shellAliases;
|
shellAliases = main.environment.shellAliases // config.home.shellAliases;
|
||||||
|
|
||||||
oh-my-zsh = {
|
oh-my-zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue