From: Maximilian Friedersdorff Date: Sat, 14 Jul 2018 09:27:04 +0000 (+0100) Subject: Add cargo to path X-Git-Url: https://git.friedersdorff.com/?a=commitdiff_plain;h=f4c532b0e646e081f292e82ac2e9c5edc980e6f4;p=max%2Fdotfiles.git Add cargo to path --- 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"