Enum setenv::Shell [] [src]

pub enum Shell {
    Windows,
    Bash,
    Tcsh,
    Zsh,
    Ksh,
}

THe types of shells we know about

Variants

The default if we can't figure out the shell

Methods

impl Shell
[src]

Prints to stdout the necessary command to change directory.

Prints to stdout the necessary command to set an envionrment variable

A simple wrapper around std::env::split_paths

A simple wrapper around std::env::join_paths and setenv