From 234ec730ac952c6e8993aa06f1aa2f311edd30a6 Mon Sep 17 00:00:00 2001 From: Tucker Evans Date: Sun, 6 Jun 2021 13:28:40 -0400 Subject: Update bash configs --- bash/.bash_profile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bash/.bash_profile') diff --git a/bash/.bash_profile b/bash/.bash_profile index 86b5194..a965a26 100644 --- a/bash/.bash_profile +++ b/bash/.bash_profile @@ -4,3 +4,5 @@ [ -f $HOME/.bashrc ] && . $HOME/.bashrc PATH=/sbin:$PATH + +export PATH="$HOME/.cargo/bin:$PATH" -- cgit v1.1