mirror of
https://github.com/zunit-zsh/zunit.git
synced 2026-09-10 06:36:15 -04:00
Don't install zvm shell integration
This commit is contained in:
parent
405bb22496
commit
aeba33e18f
|
|
@ -26,7 +26,6 @@ before_script:
|
|||
- curl -L https://raw.githubusercontent.com/molovo/revolver/master/revolver > .bin/revolver
|
||||
- curl -L https://raw.githubusercontent.com/molovo/color/master/color.zsh > .bin/color
|
||||
- curl -L https://raw.githubusercontent.com/molovo/zvm/master/zvm > .bin/zvm
|
||||
- curl -L https://raw.githubusercontent.com/molovo/zvm/master/zvm-shell-integration.zsh > zvm-shell-integration.zsh
|
||||
- chmod u+x .bin/{color,revolver,zvm}
|
||||
- export PATH="$HOME/.zvm/bin:$PWD/.bin:$PATH"
|
||||
- zvm use ${ZVM_VERSION}
|
||||
|
|
|
|||
Loading…
Reference in a new issue