pliersjs / pliers

A build tool for node.js that supports sub-project building and watching
http://pliers.js.org/
18 stars 9 forks source link

zsh plugin install on npm install #21

Open domdoescode opened 11 years ago

domdoescode commented 11 years ago

Making an issue for this rather than just comments in the actual plugin pull request.

@serby, do you have a recommendation on this? I'm thinking checking in oh-my-zsh is in the users directory, then symlinking it into the custom plugins folder, outputting instructions on enabling it (this is how I've added mine). If it's not, can just output what to add to the .zshrc.

serby commented 11 years ago

Maybe look how npm does it. https://github.com/isaacs/npm/blob/master/lib/utils/completion.sh

On 31 January 2013 16:45, Dom Udall notifications@github.com wrote:

Making an issue for this rather than just comments in the actual plugin pull request.

@serby https://github.com/serby, do you have a recommendation on this? I'm thinking checking in oh-my-zsh is in the users directory, then symlinking it into the custom plugins folder, outputting instructions on enabling it (this is how I've added mine). If it's not, can just output what to add to the .zshrc.

— Reply to this email directly or view it on GitHubhttps://github.com/serby/pliers/issues/21.

paul.serby@clock.co.uk Chief Technology Officer

_Direct: +44 2030 516115__Mobile: +44 7881 550999 *_Skype: paul.serby* *

*

domdoescode commented 11 years ago

Ooo, pretty..