diff --git a/meta/configs/zsh.basic.yaml b/meta/configs/zsh.basic.yaml index 13819c1..7bc6683 100644 --- a/meta/configs/zsh.basic.yaml +++ b/meta/configs/zsh.basic.yaml @@ -1,7 +1,7 @@ - shell: - - stdout: true - - stdin: true - - [bin/zsh-check] + - command: bin/zsh-check + stdin: true + stdout: true - link: ~/.zprofile: shells/zsh/zprofile diff --git a/meta/configs/zsh.yaml b/meta/configs/zsh.yaml index 5ef9d55..b51ad49 100644 --- a/meta/configs/zsh.yaml +++ b/meta/configs/zsh.yaml @@ -1,5 +1,7 @@ - shell: - - [bin/zsh-check] + - command: bin/zsh-check + stdin: true + stdout: true - link: ~/.config/zsh/.zprofile: shells/zsh/zprofile