Zsh

Type Alias Zsh 

Source
pub type Zsh = Bash;
Expand description

Zsh accepts the same quoted/escaped strings as Bash, hence this is an alias for Bash.

Aliased Typeยง

pub struct Zsh;