From 765044d9dbf95f3beae099b9ce13d1a4c0c6fb21 Mon Sep 17 00:00:00 2001 From: zoomiti Date: Sat, 17 Sep 2022 15:18:34 -0400 Subject: [PATCH] Adds cargo binaries to path --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index b154906..dd88550 100644 --- a/.bashrc +++ b/.bashrc @@ -77,6 +77,7 @@ bind '"\e[B": history-search-forward' complete -cf sudo export PATH="$HOME/.local/bin:$PATH" export PATH="$HOME/.elan/bin:$PATH" +export PATH="$HOME/.cargo/bin:$PATH" #case $TERM in # rxvt|*term|st*)