From 0118532393bee81288b059e938ec1af17804cf97 Mon Sep 17 00:00:00 2001 From: Nathan LeClaire Date: Thu, 28 Jan 2016 12:11:22 -0800 Subject: [PATCH] Reset default shell for env to bash Signed-off-by: Nathan LeClaire --- commands/commands.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/commands/commands.go b/commands/commands.go index 9f749a55a1..f5d1c1ed41 100644 --- a/commands/commands.go +++ b/commands/commands.go @@ -226,7 +226,8 @@ var Commands = []cli.Command{ }, cli.StringFlag{ 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{ Name: "unset, u",