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 15dbddb commit e874c12Copy full SHA for e874c12
.github/workflows/test.yml
@@ -75,8 +75,6 @@ jobs:
75
76
- name: Run zsh tests with proper terminal setup
77
run: |
78
- export PS1="$ "
79
- export TERM=xterm
80
sudo make test_zsh
81
shell: bash
82
internal/test_helpers/zsh/zsh_config/.zshrc
@@ -8,6 +8,7 @@ zstyle ':completion:*' ignored-patterns 'echotc' 'echoti'
8
9
# Set prompt to match bash for consistent testing
10
PS1='$ '
11
+TERM=xterm
12
13
typeset -A zle_bracketed_paste # Disable bracketed paste mode
14
unsetopt prompt_cr # Remove PROMPT_EOL_MARK + cursor movement
0 commit comments