diff options
author | Robby Russell <robby@planetargon.com> | 2011-05-31 21:24:01 -0700 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2011-05-31 21:24:01 -0700 |
commit | 643a4e77f639c1742d1ce01d8028649ae12f8e62 (patch) | |
tree | 0b966b315750a74dc045e1c680f85ebcdd799589 /plugins/npm | |
parent | ba0f13604aadaecb93ca83cc524471ddd1c853b5 (diff) | |
parent | 9801ad6453caa05925847f63401e6266378eb2de (diff) | |
download | zsh-643a4e77f639c1742d1ce01d8028649ae12f8e62.tar.gz zsh-643a4e77f639c1742d1ce01d8028649ae12f8e62.tar.bz2 zsh-643a4e77f639c1742d1ce01d8028649ae12f8e62.zip |
Merge pull request #375 from betawaffle/rollback-366
Rollback of Pull #366
Diffstat (limited to 'plugins/npm')
-rw-r--r-- | plugins/npm/npm.plugin.zsh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/npm/npm.plugin.zsh b/plugins/npm/npm.plugin.zsh deleted file mode 100644 index 0b0a30e11..000000000 --- a/plugins/npm/npm.plugin.zsh +++ /dev/null @@ -1,2 +0,0 @@ -# TODO: Don't do this in such a weird way. -export PATH=`echo $PATH | sed -e 's|/usr/bin|/usr/local/share/npm/bin:&|'` |