mirror of
https://github.com/kremalicious/dotfiles.git
synced 2024-11-21 17:27:13 +01:00
path updates
This commit is contained in:
parent
3d31301771
commit
9efa9f32bf
@ -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
|
||||
"/usr/bin"
|
||||
)
|
||||
|
||||
# Prepend directories to PATH
|
||||
|
Loading…
Reference in New Issue
Block a user