Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <[email protected]>
  • Loading branch information
jessfraz committed Dec 7, 2024
1 parent a49afb1 commit 127e929
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -181,4 +181,3 @@ if [[ -f "${HOME}/.travis/travis.sh" ]]; then
fi


. "$HOME/.cargo/env"
2 changes: 2 additions & 0 deletions .path
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,7 @@ test -r "${HOME}/.opam/opam-init/init.sh" && . "${HOME}/.opam/opam-init/init.sh"
export BUN_INSTALL="$HOME/.bun"
export PATH=$BUN_INSTALL/bin:$PATH

. "$HOME/.cargo/env"
export RUST_SRC_PATH="$(rustc --print sysroot)/lib/rustlib/src/rust/src"
export DYLD_LIBRARY_PATH="$(rustc --print sysroot)/lib:$DYLD_LIBRARY_PATH"

0 comments on commit 127e929

Please sign in to comment.