Skip to content

Commit

Permalink
🔧 Zshrc: add homebrew bin path to PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianmiranda committed Dec 9, 2024
1 parent 902cf3d commit 6cf8218
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions home/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
#
# To launch 10 zsh instances and measure time --> for i in $(seq 1 10); do time $SHELL -i -c exit; done

export PATH=$PATH:/opt/homebrew/bin/

# Antidote - https://getantidote.github.io
[[ -r ~/.antidote ]] || git clone --depth=1 https://github.com/mattmc3/antidote.git ${ZDOTDIR:-~}/.antidote
source ${ZDOTDIR:-~}/.antidote/antidote.zsh
Expand Down

0 comments on commit 6cf8218

Please sign in to comment.