Fix homebrew is not on path
This commit is contained in:
parent
2af53bba18
commit
671d8c7243
1 changed files with 3 additions and 0 deletions
|
|
@ -3,6 +3,9 @@
|
||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableCompletion = true;
|
enableCompletion = true;
|
||||||
|
initExtra = ''
|
||||||
|
eval "$(/opt/homebrew/bin/brew shellenv)"
|
||||||
|
'';
|
||||||
syntaxHighlighting.enable = true;
|
syntaxHighlighting.enable = true;
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
ls = "ls --color=auto -F";
|
ls = "ls --color=auto -F";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue