parent
dd2b5b54cd
commit
2b50656cda
2 changed files with 10 additions and 17 deletions
17
functions
17
functions
|
@ -55,20 +55,3 @@ function run {
|
|||
function npm-exec {
|
||||
(PATH=$(npm bin):$PATH; eval $@;)
|
||||
}
|
||||
|
||||
# lazy loading
|
||||
function rbenv {
|
||||
eval "$(command rbenv init -)"
|
||||
rbenv "$@"
|
||||
}
|
||||
|
||||
function nodeenv {
|
||||
eval "$(command nodenv init -)"
|
||||
nodenv "$@"
|
||||
}
|
||||
|
||||
function pyenv {
|
||||
eval "$(command pyenv init -)"
|
||||
eval "$(command pyenv virtualenv-init -)"
|
||||
pyenv "$@"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue