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 = {
|
||||
enable = true;
|
||||
enableCompletion = true;
|
||||
initExtra = ''
|
||||
eval "$(/opt/homebrew/bin/brew shellenv)"
|
||||
'';
|
||||
syntaxHighlighting.enable = true;
|
||||
shellAliases = {
|
||||
ls = "ls --color=auto -F";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue