We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0d7c59 commit d395d3aCopy full SHA for d395d3a
.github/workflows/test.yml
@@ -82,6 +82,7 @@ jobs:
82
83
- name: Run zsh tests without sudo
84
run: |
85
+ echo 'export PS1="$ "' > ~/.zshrc
86
export PS1="$ "
87
make test_zsh
88
shell: bash
0 commit comments