oh-my-posh/src/shell/constants.go

13 lines
172 B
Go
Raw Normal View History

2022-03-21 23:41:36 -07:00
package shell
const (
ZSH = "zsh"
BASH = "bash"
PWSH = "pwsh"
FISH = "fish"
PWSH5 = "powershell"
CMD = "cmd"
NU = "nu"
GENERIC = "shell"
2022-03-21 23:41:36 -07:00
)