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