diff --git a/.bash_profile b/.bash_profile index e567ad9..151e45b 100644 --- a/.bash_profile +++ b/.bash_profile @@ -4,4 +4,5 @@ [[ -f ~/.bashrc ]] && . ~/.bashrc +export PATH="$HOME/bin:$HOME/.local/bin:$HOME/.cargo/bin:$PATH"; export DATA="/media/me/dataDrive"