You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Step 3.2 and similar where it is required to edit a file by adding a new line, instead of a two step procedure like
(nano ~/.zshrc ) + add the line "alias ibrew="arch -x86_64 /usr/local/bin/brew""
the same can be done in a single line on terminal : echo 'alias ibrew="arch -x86_64 /usr/local/bin/brew"' >> ~/.zshrc
The text was updated successfully, but these errors were encountered:
Step 3.2 and similar where it is required to edit a file by adding a new line, instead of a two step procedure like
(
nano ~/.zshrc
) + add the line "alias ibrew="arch -x86_64 /usr/local/bin/brew""the same can be done in a single line on terminal :
echo 'alias ibrew="arch -x86_64 /usr/local/bin/brew"' >> ~/.zshrc
The text was updated successfully, but these errors were encountered: