zsh: Allow defining tools in macos/bin
This commit is contained in:
parent
273b5bddf6
commit
526df68f0f
1 changed files with 3 additions and 0 deletions
|
@ -8,3 +8,6 @@ export PATH="$HOME/.node/bin:$PATH"
|
||||||
# I've disabled this for now because I only use "ls" which is
|
# I've disabled this for now because I only use "ls" which is
|
||||||
# referenced in my aliases.zsh file directly.
|
# referenced in my aliases.zsh file directly.
|
||||||
#export PATH="$(brew --prefix coreutils)/libexec/gnubin:$PATH"
|
#export PATH="$(brew --prefix coreutils)/libexec/gnubin:$PATH"
|
||||||
|
|
||||||
|
# Load dotfiles binaries for macos
|
||||||
|
export PATH="$DOTFILES/macos/bin:$PATH"
|
||||||
|
|
Loading…
Add table
Reference in a new issue