andresgongora / synth-shell

Boost your terminal, script by script
GNU General Public License v3.0
945 stars 236 forks source link

bug in alias.sh and bashhrc #253

Open HchePy opened 9 months ago

HchePy commented 9 months ago

Describe the bug bash: /usr/local/bin/alias.sh: línea 476: error sintáctico cerca del elemento inesperado (' bash: /usr/local/bin/alias.sh: línea 476:take() {' bash: /home/hche/.bashrc: línea 8: EOF inesperado mientras se buscaba un `)' coincidente bash: /home/hche/.bashrc: línea 27: error sintáctico: no se esperaba el final del fichero

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Additional context Add any other context about the problem here, like your opinion on the problem or any other clue that might be helpful.

Haitham-ghaida commented 9 months ago

I confirm I have the same exact error.

andresgongora commented 9 months ago

This was an old helper function that is no longer needed. I've removed it in #254 . Please pull and try again. I hope it helps