mrjones2014 / ctrlg

A command line context switcher, written in Rust :crab:
https://crates.io/crates/ctrlg
MIT License
30 stars 1 forks source link

[Bug]: install script instructions don't work in fish shell #64

Closed mrjones2014 closed 2 years ago

mrjones2014 commented 2 years ago

Similar Issues

Description

To make it work everywhere it should be:

bash -c 'bash <(curl --proto "=https" --tlsv1.2 -sSf https://raw.githubusercontent.com/mrjones2014/ctrlg/master/install.bash)'

Shell + Version

fish, version 3.3.1-894-g372f03ba2

Minimal Configuration to Reproduce

none needed

Additional Details

No response