Browse Source

fix helper function

master
Brett Langdon 9 years ago
parent
commit
cf44f7248c
No known key found for this signature in database GPG Key ID: A2ECAB73CE12147F
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      zshrc.d/lib/functions.zsh

+ 1
- 1
zshrc.d/lib/functions.zsh View File

@ -40,7 +40,7 @@ npm () {
}
yarn () {
load_nvm
npm "$@"
yarn "$@"
}


Loading…
Cancel
Save