diff options
author | Andrew Hodges <betawaffle@gmail.com> | 2011-05-30 10:07:15 -0400 |
---|---|---|
committer | Andrew Hodges <betawaffle@gmail.com> | 2011-05-30 10:09:00 -0400 |
commit | 1e3b441ce7e0b8706867801c1e5e7ca6760ff17e (patch) | |
tree | a5a242dab096e90f16e36262e09168a78c2c6244 /plugins/npm | |
parent | 142c03dbd223683fd2d99f878b68f0f075cf33fb (diff) | |
download | zsh-1e3b441ce7e0b8706867801c1e5e7ca6760ff17e.tar.gz zsh-1e3b441ce7e0b8706867801c1e5e7ca6760ff17e.tar.bz2 zsh-1e3b441ce7e0b8706867801c1e5e7ca6760ff17e.zip |
Rollback of Pull #366
sorin-ionescu had some good points.
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:&|'` |