edc / bass

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

Doesn't work #38

Closed corysimmons closed 7 years ago

corysimmons commented 7 years ago
> bass /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" 1m  Sat Oct 29 12:03:18 2016
$(...) is not supported. In fish, please use '(curl)'.
fish: bass /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
edc commented 7 years ago

You don't need bass to run any ruby code. Just run it without bass:

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"