Skip to content

Commit

Permalink
Change .zshrc to load the path before antigen
Browse files Browse the repository at this point in the history
  • Loading branch information
milon authored Nov 18, 2024
1 parent 0b61968 commit d7fb2f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions files/zshrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# source antigen location
source /opt/homebrew/share/antigen/antigen.zsh

# Path
export PATH="/opt/homebrew/bin:/opt/homebrew/sbin:$PATH"

# load oh-my-zsh library
antigen init $HOME/.antigenrc

Expand All @@ -16,9 +19,6 @@ source $HOME/.dotfiles/files/zsh_aliases
# Always enable colored `grep` output
export GREP_OPTIONS="--color=auto"

# Path
export PATH="/opt/homebrew/bin:/opt/homebrew/sbin:$PATH"

# Custom Path
export PATH="$PATH:$HOME/.composer/vendor/bin"
export PATH="$PATH:$HOME/.dotfiles/bin"
Expand Down

0 comments on commit d7fb2f7

Please sign in to comment.