Reset default shell for env to bash

Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
This commit is contained in:
Nathan LeClaire 2016-01-28 12:11:22 -08:00
parent b6be1b79bc
commit 0118532393
1 changed files with 2 additions and 1 deletions

View File

@ -226,7 +226,8 @@ var Commands = []cli.Command{
}, },
cli.StringFlag{ cli.StringFlag{
Name: "shell", Name: "shell",
Usage: "Force environment to be configured for a specified shell: [fish, cmd, powershell], default is sh/bash", Usage: "Force environment to be configured for a specified shell: [fish, cmd, powershell], default is bash",
Value: "bash",
}, },
cli.BoolFlag{ cli.BoolFlag{
Name: "unset, u", Name: "unset, u",