We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffe28f7 commit dd1db8dCopy full SHA for dd1db8d
.github/workflows/demo.yml
@@ -63,6 +63,7 @@ jobs:
63
echo "source ~/.zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" >> ~/.zshrc
64
65
- name: Install Starship
66
+ # shellcheck disable=SC2016
67
run: |
68
curl -sS https://starship.rs/install.sh | sh -s -- -y
69
echo 'eval "$(starship init zsh)"' >> ~/.zshrc
0 commit comments