diff options
Diffstat (limited to '.functions')
-rw-r--r-- | .functions | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -248,8 +248,7 @@ function unquarantine() { # Install Grunt plugins and add them as `devDependencies` to `package.json` # Usage: `gi contrib-watch contrib-uglify zopfli` function gi() { - local IFS=, - eval npm install --save-dev grunt-{"$*"} + npm install --save-dev ${*/#/grunt-} } # `m` with no arguments opens the current directory in TextMate, otherwise |