#variables #fish #config-file #shell #path #add #fv

app fish_vars

Command line program to quickly add a path variable to your Fish Shell config file

4 releases

Uses old Rust 2015

0.1.3 Dec 4, 2017
0.1.2 Dec 3, 2017
0.1.1 Dec 3, 2017
0.1.0 Dec 3, 2017

#18 in #fish

MIT license

3KB

fish_vars

Quick program to add path variables to Fish Shell config

Takes any number of arguments and will add them to your Fish Config file.

Example

fv ~/bin /bin /josh/bin

To build locally simply

cargo build

Easiest Way, via cargo

cargo install fish_vars

No runtime deps