From f4c532b0e646e081f292e82ac2e9c5edc980e6f4 Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Sat, 14 Jul 2018 10:27:04 +0100 Subject: [PATCH] Add cargo to path --- bash/.bash_profile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bash/.bash_profile b/bash/.bash_profile index 9ad6290..c7bcf26 100644 --- a/bash/.bash_profile +++ b/bash/.bash_profile @@ -14,3 +14,5 @@ if [ -f /etc/bash_completion ]; then fi + +export PATH="$HOME/.cargo/bin:$PATH" -- 2.46.2