diff --git a/dotfiles/zsh/.env b/dotfiles/zsh/.env index 29e2702..c61221f 100644 --- a/dotfiles/zsh/.env +++ b/dotfiles/zsh/.env @@ -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