diff --git a/.bash_profile b/.bash_profile index 0c2fbc4..929d7dd 100644 --- a/.bash_profile +++ b/.bash_profile @@ -9,3 +9,5 @@ if [ -d $XDG_CONFIG_HOME/shell/login.d ]; then fi [[ -f ~/.bashrc ]] && . ~/.bashrc + +export PATH="$HOME/.cargo/bin:$PATH" diff --git a/.zprofile b/.zprofile index cee25c2..87518db 100644 --- a/.zprofile +++ b/.zprofile @@ -8,3 +8,5 @@ if [ -d $XDG_CONFIG_HOME/shell/login.d ]; then source $file done fi + +export PATH="$HOME/.cargo/bin:$PATH"