chore(launcher): add chsh
This commit is contained in:
parent
0f9f7d1d74
commit
0cf76b682f
1 changed files with 11 additions and 0 deletions
|
@ -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",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
// =============================
|
||||
|
|
Loading…
Add table
Reference in a new issue