diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-03-26 15:32:39 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-03-26 15:33:50 -0400 |
commit | 4e5135eee28a7895dbc5fd74b0f49314a0f2397e (patch) | |
tree | 5a2e342bd7f4431680f319b673183f69f767eb1e | |
parent | aaeb38790673d3e86207d4a5de45bde0e794805e (diff) |
config-path: add .npm-prefix
-rwxr-xr-x | .local/bin/config-path | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.local/bin/config-path b/.local/bin/config-path index e81a986..4b7cccb 100755 --- a/.local/bin/config-path +++ b/.local/bin/config-path @@ -8,6 +8,7 @@ prefixes=( "$HOME/.prefix.$(uname -m)" "$HOME/.prefix" "$HOME"/.gem/ruby/* + "$HOME"/.npm-prefix ) in_array() { |