add cargo bin to path

This commit is contained in:
Mylloon 2022-09-30 13:00:53 +02:00
parent ae97dcf7a8
commit f0e2a64a6e
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -183,8 +183,10 @@ then
git config --global init.defaultBranch main
# === Path ==
# Add PIP packages from Python to the path
fish -c "fish_add_path /home/anri/.local/bin"
# Add PIP packages from Python
fish -c "fish_add_path $HOME/.local/bin"
# Add Cargo packages from Rust
fish -c "fish_add_path $HOME/.cargo/bin"
# === OCaml ==
# Init Opam and install stuff