Skip to content

Commit e874c12

Browse files
committed
This should work automatically?
1 parent 15dbddb commit e874c12

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,6 @@ jobs:
7575
7676
- name: Run zsh tests with proper terminal setup
7777
run: |
78-
export PS1="$ "
79-
export TERM=xterm
8078
sudo make test_zsh
8179
shell: bash
8280

internal/test_helpers/zsh/zsh_config/.zshrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ zstyle ':completion:*' ignored-patterns 'echotc' 'echoti'
88

99
# Set prompt to match bash for consistent testing
1010
PS1='$ '
11+
TERM=xterm
1112

1213
typeset -A zle_bracketed_paste # Disable bracketed paste mode
1314
unsetopt prompt_cr # Remove PROMPT_EOL_MARK + cursor movement

0 commit comments

Comments
 (0)