this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: add ~/.cargo/bin to PATH

+4 -1
+4 -1
fish/config.fish
··· 21 21 set -gx PATH $PATH $GOROOT/bin $GOPATH/bin 22 22 23 23 ## Flutter 24 - set -gx PATH $PATH "/opt/homebrew/Caskroom/flutter/2.10.4/flutter/bin" 24 + set -gx PATH $PATH /opt/homebrew/Caskroom/flutter/2.10.4/flutter/bin 25 + 26 + ## Rust 27 + set -gx PATH $PATH $HOME/.cargo/bin 25 28 end