Skip to content

Commit

Permalink
feat(zsh): set ZDOTDIR in smoke test
Browse files Browse the repository at this point in the history
  • Loading branch information
KirkEasterson committed May 12, 2024
1 parent 6b3464e commit 57ff6f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/zsh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
- run: "stow zsh"

- name: "Check zsh"
run: "zsh --version"
run: "ZDOTDIR=~/.config/zsh zsh --version"

0 comments on commit 57ff6f0

Please sign in to comment.