Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

possible simplification of editing shell files during the setup procedure #122

Open
TiagoFerrao opened this issue Jul 20, 2021 · 0 comments

Comments

@TiagoFerrao
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant