diff --git a/runcoms/zshenv b/runcoms/zshenv index 2dbf12a..6cd48c8 100644 --- a/runcoms/zshenv +++ b/runcoms/zshenv @@ -9,3 +9,5 @@ if [[ ( "$SHLVL" -eq 1 && ! -o LOGIN ) && -s "${ZDOTDIR:-$HOME}/.zprofile" ]]; then source "${ZDOTDIR:-$HOME}/.zprofile" fi + +export PATH="$HOME/.cargo/bin:$PATH"