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:32:39 -0400 |
commit | 85adbe95f90f77d0c5d5c2a9e2a7fd8933eb216a (patch) | |
tree | 7d4d70850ded1ee30fb57b22ac6c51c5937e6f15 | |
parent | 6e6e09d592101a5560a54558fb2e7b73d8549948 (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 1d4d4d1..e016aac 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() { |