Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <github@jessfraz.com>
  • Loading branch information
jessfraz committed Sep 9, 2023
1 parent bfd236a commit 129351b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .path
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,7 @@ CXXFLAGS="${CXXFLAGS} -stdlib=libc++ -Wno-deprecated-declarations -Wno-deprecate

# opam configuration
test -r "${HOME}/.opam/opam-init/init.sh" && . "${HOME}/.opam/opam-init/init.sh" > /dev/null 2> /dev/null || true

# bun
export BUN_INSTALL="$HOME/.bun"
export PATH=$BUN_INSTALL/bin:$PATH

0 comments on commit 129351b

Please sign in to comment.