diff --git a/macos/path.zsh b/macos/path.zsh index 2ba8051..450197e 100644 --- a/macos/path.zsh +++ b/macos/path.zsh @@ -8,3 +8,6 @@ export PATH="$HOME/.node/bin:$PATH" # I've disabled this for now because I only use "ls" which is # referenced in my aliases.zsh file directly. #export PATH="$(brew --prefix coreutils)/libexec/gnubin:$PATH" + +# Load dotfiles binaries for macos +export PATH="$DOTFILES/macos/bin:$PATH"