zplugin was renamed to zinit (#320)

This commit is contained in:
Hugo Haas
2020-02-12 23:59:28 -06:00
committed by GitHub
parent afbd82f7e2
commit a81aa555a8
2 changed files with 6 additions and 9 deletions

View File

@@ -217,7 +217,7 @@ fn run() -> Result<()> {
runner.execute("antibody", || zsh::run_antibody(run_type))?;
runner.execute("antigen", || zsh::run_antigen(&base_dirs, run_type))?;
runner.execute("zplug", || zsh::run_zplug(&base_dirs, run_type))?;
runner.execute("zplugin", || zsh::run_zplugin(&base_dirs, run_type))?;
runner.execute("zinit", || zsh::run_zinit(&base_dirs, run_type))?;
runner.execute("oh-my-zsh", || zsh::run_oh_my_zsh(&base_dirs, run_type))?;
runner.execute("fisher", || unix::run_fisher(&base_dirs, run_type))?;
runner.execute("tmux", || tmux::run_tpm(&base_dirs, run_type))?;