mirror of
https://github.com/opensiriusfox/bashrc.d.git
synced 2025-06-17 04:40:32 -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 rust is a thing, load it
|
||||||
if [[ -d "$HOME/.cargo" ]]; then
|
if [[ -d "$HOME/.cargo" ]]; then
|
||||||
[[ -x "$HOME/.cargo/env" ]] && (
|
[[ -r "$HOME/.cargo/env" ]] && (
|
||||||
echo "sourcing..."
|
|
||||||
source "$HOME/.cargo/env"
|
source "$HOME/.cargo/env"
|
||||||
echo "sourced..."
|
|
||||||
)
|
)
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue