exec verse read bugfix

This commit is contained in:
Luke 2023-05-29 13:48:28 -07:00
parent 569bedc92b
commit fde195cb53

View file

@ -95,9 +95,7 @@ unset pathStripAdd pathStrip loadDirectory
###########
# If rust is a thing, load it
if [[ -d "$HOME/.cargo" ]]; then
[[ -x "$HOME/.cargo/env" ]] && (
echo "sourcing..."
[[ -r "$HOME/.cargo/env" ]] && (
source "$HOME/.cargo/env"
echo "sourced..."
)
fi