Ecosyste.ms: Awesome

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: 16 days ago
JSON representation

Rust/Cargo configuration for Fish

Lists

README

        

# halostatue/fish-rust

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

[![Version][]][]

## Installation

Install with [Fisher][] (recommended):

```fish
# Fisher v3.x
fisher add halostatue/fish-rust

# Fisher v4.0+
fisher install halostatue/fish-rust
```

Not using a package manager?

---

Copy `conf.d/*.fish` to your fish configuration directory preserving the
directory structure.

### System Requirements

- [fish][] 3.0+

## Functions

## License

[MIT](LICENCE.md)

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

![Version][]: https://github.com/halostatue/fish-rust/releases
[Fisher]: https://github.com/jorgebucaran/fisher
[fish]: https://github.com/fish-shell/fish-shell