From 9efa9f32bf353e4972765f1ab20900a85ef65668 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Sun, 7 May 2017 01:19:10 +0200 Subject: [PATCH] path updates --- bash_paths | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/bash_paths b/bash_paths index dbdaf34..37fb210 100644 --- a/bash_paths +++ b/bash_paths @@ -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