An open API service indexing awesome lists of open source software.

https://github.com/halostatue/fish-rust

Rust/Cargo configuration for Fish
https://github.com/halostatue/fish-rust

cargo fish fish-plugin fish-shell fisher rust

Last synced: 3 months ago
JSON representation

Rust/Cargo configuration for Fish

Awesome Lists containing this project

README

        

# halostatue/fish-rust

[![Version][version]](https://github.com/halostatue/fish-rust/releases)

A quick plugin for [fish shell][shell] to ensure that `$HOME/.cargo/bin` is
added to `$PATH`.

## Installation

Install with [Fisher][Fisher]:

```fish
fisher install halostatue/fish-rust@v2
```

### System Requirements

- [fish][fish] 3.4+

## Licence

[MIT](./LICENCE.md)

## Change Log

[CHANGELOG](./CHANGELOG.md)

## Contributing

- [Contributing](./CONTRIBUTING.md)
- [Contributors](./CONTRIBUTORS.md)
- [Code of Conduct](./CODE_OF_CONDUCT.md)

[shell]: https://fishshell.com 'friendly interactive shell'
[version]: https://img.shields.io/github/tag/halostatue/fish-rust.svg?label=Version
[Fisher]: https://github.com/jorgebucaran/fisher
[fish]: https://github.com/fish-shell/fish-shell