Skip to content

Commit

Permalink
Changed default modules
Browse files Browse the repository at this point in the history
  • Loading branch information
justjanne committed Aug 21, 2017
1 parent 8dba5bd commit 48efd0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ func main() {
" (valid choices: bare, bash, zsh)\n"+
" "),
Modules: flag.String("modules",
"venv,user,ssh,host,cwd,perms,jobs,exit,root",
"venv,user,ssh,host,cwd,perms,git,hg,jobs,exit,root",
"The list of modules to load. Separate with ','\n"+
" (valid choices: cwd, exit, git, hg, host, jobs, perms, root, ssh, user, venv)\n"+
" "),
Expand Down

0 comments on commit 48efd0c

Please sign in to comment.