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
- Host: GitHub
- URL: https://github.com/halostatue/fish-rust
- Owner: halostatue
- License: mit
- Created: 2019-06-18T23:19:18.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2025-04-10T03:30:01.000Z (3 months ago)
- Last Synced: 2025-04-11T19:22:48.571Z (3 months ago)
- Topics: cargo, fish, fish-plugin, fish-shell, fisher, rust
- Language: Just
- Homepage:
- Size: 18.6 KB
- Stars: 16
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
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