From 1447391736aebd7825a769b968f68730e66d73f5 Mon Sep 17 00:00:00 2001 From: Ken Matsui <26405363+ken-matsui@users.noreply.github.com> Date: Sun, 29 Dec 2024 01:01:35 -0500 Subject: [PATCH] fix --- .github/workflows/demo.yml | 8 ++------ demo.tape | 2 +- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/demo.yml b/.github/workflows/demo.yml index c66086ed0..19ad1d11c 100644 --- a/.github/workflows/demo.yml +++ b/.github/workflows/demo.yml @@ -58,14 +58,10 @@ jobs: run: sudo apt update && sudo apt install -y zsh - name: Install zsh-syntax-highlighting - run: | - git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ~/.zsh-syntax-highlighting - echo "source ~/.zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" >> ~/.zshrc + run: git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ~/z - name: Install Starship - run: | - curl -sS https://starship.rs/install.sh | sh -s -- -y - echo 'eval "$(starship init zsh)"' >> ~/.zshrc + run: curl -sS https://starship.rs/install.sh | sh -s -- -y - name: Generate and publish a new demo run: vhs --publish demo.tape diff --git a/demo.tape b/demo.tape index 404f29f40..d30bc97e2 100644 --- a/demo.tape +++ b/demo.tape @@ -68,7 +68,7 @@ Set Width 1600 Set Height 800 Hide -Type "source ~/.zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" Enter +Type "source ~/z/zsh-syntax-highlighting.zsh" Enter Type `eval "$(starship init zsh)"` Enter Show