Skip to content
This repository has been archived by the owner on Feb 25, 2021. It is now read-only.

Latest commit

 

History

History
24 lines (16 loc) · 436 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 436 Bytes

rust.fish

These changes have been merged upstream to the fish shell project!

Tab completions for rustc and cargo!

Installation

Clone this repo, then in your .config/fish/config.fish file, add:

source /path/to/rustc.fish
source /path/to/cargo.fish

Known "bugs"

cargo:

  • The --help, --list, --quiet, --verbose, and --version options show up for every command.