From 627d91d5e7c8ea2ba613405fe98d1872e5f4f748 Mon Sep 17 00:00:00 2001 From: Mountain Man <43313373+MountainMan1312@users.noreply.github.com> Date: Sat, 15 Apr 2023 15:32:43 -0400 Subject: Add `~/.cargo/bin` to `$PATH` --- home/.bashrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/.bashrc b/home/.bashrc index 8f13d68..5b67afc 100644 --- a/home/.bashrc +++ b/home/.bashrc @@ -8,6 +8,10 @@ if [[ $- != *i* ]] ; then fi +# Add to PATH +PATH=$PATH:/home/mountainman/.cargo/bin/ + + ######################################################################## # PS1 - Primary prompt displayed before each command #################################################### -- cgit v1.2.3