1
0
mirror of https://github.com/kremalicious/dotfiles.git synced 2024-11-21 17:27:13 +01:00

path updates

This commit is contained in:
Matthias Kretschmann 2017-05-07 01:19:10 +02:00
parent 3d31301771
commit 9efa9f32bf
Signed by: m
GPG Key ID: BD3C1F3EDD7831FC

View File

@ -6,14 +6,15 @@
declare -a dirs_to_prepend=(
"/usr/local/sbin"
"/usr/local/bin" # Ensure that this bin always takes precedence over `/usr/bin`
"$(brew --prefix node)/bin" # Add npm/yarn-installed package bin
"$(brew --prefix openssl)/bin" # Add newer OpenSSL
"$HOME/.bin"
"$HOME/.rvm/bin"
)
# Directories to be appended to PATH
declare -a dirs_to_append=(
"/usr/bin"
"$HOME/.bin"
"$HOME/.rvm/bin"
"$(brew --prefix node)/bin" # Add npm/yarn-installed package bin
)
# Prepend directories to PATH