pub type Zsh = Bash;
Zsh accepts the same quoted/escaped strings as Bash, hence this is an alias for Bash.
Bash
pub struct Zsh;