edc / bass

Make Bash utilities usable in Fish shell
MIT License
2.2k stars 70 forks source link

Strip trailing semicolons from arguments #60

Closed zavorka closed 5 years ago

zavorka commented 5 years ago

Execution of 'bass (ssh-agent)' fails because of a trailing semicolon at the end of ssh-agent's output, so trim it.

edc commented 5 years ago

This is nice! Thanks!