Macro shells::zsh [] [src]

macro_rules! zsh {
    ( $( $cmd:tt )* ) => { ... };
}

Macro to execute the given command using the Z Shell.