LDSSA / ds-prep-course-2021

MIT License
34 stars 21 forks source link

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

Open TiagoFerrao opened 3 years ago

TiagoFerrao commented 3 years ago

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