Skip to content

Commit

Permalink
chore: Bring homebrew, Ruby, and Rust binary packages into path
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishb committed Jul 20, 2024
1 parent ff6f534 commit 797c85e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions _bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
BASHRC_INCLUDES=$DIR/bashrc_includes
export PATH=$PATH:$DIR/scripts

# Bring homebrew, Ruby, and Rust binary packages into path
export PATH=/opt/homebrew/bin:$PATH
export PATH="/opt/homebrew/opt/ruby/bin:$PATH"
export PATH="$PATH:/Users/ashishb/.cargo/bin"

# A function to change title (works in iTerm).
function title {
echo -ne "\033]0;"$*"\007"
Expand Down

0 comments on commit 797c85e

Please sign in to comment.