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: 25 days 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-17T13:55:54.000Z (12 months ago)
- Last Synced: 2024-10-13T21:07:30.496Z (29 days ago)
- Topics: cargo, fish, fish-plugin, fish-shell, fisher, rust
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 14
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
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