Skip to content

Commit

Permalink
Added dev setup for direnv
Browse files Browse the repository at this point in the history
Additionally, $PATH has $GOBIN now.
  • Loading branch information
smoorg committed Apr 27, 2024
1 parent dea8e72 commit 3a73bb0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .bash_params_dev
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,12 @@ if [[ -s "$HOME/.rvm/scripts/rvm" ]]; then
RVM="$PATH:$HOME/.rvm/bin"
fi

# go
export GOPRIVATE=gitlab.com/readly-ab/*
# direnv (recognizes .envrc files)
eval "$(direnv hook bash)"

# Added by Toolbox App
TOOLBOX=$HOME/.local/share/JetBrains/Toolbox/scripts

export PATH=$PATH:$DOTNET_TOOLS:$YARN_GLOBAL:$DEVKITPRO:$RVM:$TOOLBOX
export PATH=$PATH:$DOTNET_TOOLS:$YARN_GLOBAL:$DEVKITPRO:$RVM:$TOOLBOX:$GOBIN

0 comments on commit 3a73bb0

Please sign in to comment.