mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-01-09 18:27:27 -08:00
13 lines
172 B
Go
13 lines
172 B
Go
package shell
|
|
|
|
const (
|
|
ZSH = "zsh"
|
|
BASH = "bash"
|
|
PWSH = "pwsh"
|
|
FISH = "fish"
|
|
PWSH5 = "powershell"
|
|
CMD = "cmd"
|
|
NU = "nu"
|
|
GENERIC = "shell"
|
|
)
|