Skip to content

Commit

Permalink
Make 'bash' the default shell
Browse files Browse the repository at this point in the history
  • Loading branch information
jtyr committed Jan 10, 2018
1 parent 8f6da42 commit a141026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/core/car/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ type Car struct {
}

// Shell type.
var Shell = utils.GetEnv("GBT_SHELL", path.Base(utils.GetEnv("SHELL", "zsh")))
var Shell = utils.GetEnv("GBT_SHELL", path.Base(utils.GetEnv("SHELL", "bash")))

// List of named colors and their codes.
var colors = map[string]string {
Expand Down

0 comments on commit a141026

Please sign in to comment.