oh-my-posh/src/shell/constants.go
2022-04-10 19:52:08 +02:00

13 lines
156 B
Go

package shell
const (
ZSH = "zsh"
BASH = "bash"
PWSH = "pwsh"
FISH = "fish"
PWSH5 = "powershell"
CMD = "cmd"
NU = "nu"
PLAIN = "shell"
)