From f0e2a64a6ebddde6c4d94febcb0356c052f80040 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Fri, 30 Sep 2022 13:00:53 +0200 Subject: [PATCH] add cargo bin to path --- arch_wsl.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/arch_wsl.sh b/arch_wsl.sh index 828eb1b..eede175 100644 --- a/arch_wsl.sh +++ b/arch_wsl.sh @@ -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