mirror of
https://github.com/opensiriusfox/bashrc.d.git
synced 2025-06-16 20:31:15 -07:00
exec verse read bugfix
This commit is contained in:
parent
569bedc92b
commit
fde195cb53
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue