Skip to content

Commit

Permalink
⚙️ Updates bash PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
jefftriplett committed May 6, 2024
1 parent a7e9888 commit ab12292
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion home/.bash_exports
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ if [ "$architecture" = "arm64" ]; then
export LD_LIBRARY_PATH="/opt/homebrew/lib"
export LDFLAGS="-L/opt/homebrew/opt/readline/lib"
elif [ "$architecture" = "x86_64" ]; then
PATH="/usr/local/sbin:/usr/local/bin:${PATH}"
# PATH="/usr/local/sbin:/usr/local/bin:${PATH}"
PATH="/usr/local/sbin:${PATH}"
export CPPFLAGS="-I/usr/local/opt/readline/include"
export LD_LIBRARY_PATH="/usr/local/lib"
export LDFLAGS="-L/usr/local/opt/readline/lib"
Expand Down

0 comments on commit ab12292

Please sign in to comment.