chore(launcher): add chsh

This commit is contained in:
bunny winter 2025-02-11 21:26:04 -06:00
parent 0f9f7d1d74
commit 0cf76b682f
Signed by: nya
SSH key fingerprint: SHA256:aFOeJZAb3Y7XJxd+BReehNPp/dmurGW9M13mIayeOm0

View file

@ -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",
},
},
},
}
// =============================