Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zy9306 committed Oct 10, 2024
1 parent 5245720 commit b6d689e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dotfiles/zsh/.env
Original file line number Diff line number Diff line change
Expand Up @@ -180,3 +180,7 @@ prepend_path "/opt/flutter/bin"
if [[ $(uname -s) == "Darwin" ]]; then
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/local/lib
fi

if [[ $(uname -s) == "Darwin" ]]; then
prepend_path "/usr/local/opt/coreutils/libexec/gnubin"
fi

0 comments on commit b6d689e

Please sign in to comment.