diff --git a/launcher/main.go b/launcher/main.go index 4d9d847..6dcc41e 100644 --- a/launcher/main.go +++ b/launcher/main.go @@ -226,6 +226,17 @@ func Run(cmd *cobra.Command, args []string) error { }, }, }, + Category{ + title: "utilities", + desc: "misc commands", + programs: []list.Item{ + Program{ + title: "chsh", + desc: "change your login shell", + exec: "chsh", + }, + }, + }, } // =============================