mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-01-10 10:47:27 -08:00
12 lines
142 B
Go
12 lines
142 B
Go
|
package shell
|
||
|
|
||
|
const (
|
||
|
ZSH = "zsh"
|
||
|
BASH = "bash"
|
||
|
PWSH = "pwsh"
|
||
|
FISH = "fish"
|
||
|
PWSH5 = "powershell"
|
||
|
CMD = "cmd"
|
||
|
PLAIN = "shell"
|
||
|
)
|