feat: add nullshell env variable (#2285)

This commit is contained in:
Myles Mo
2024-12-04 19:01:13 +08:00
committed by GitHub
parent 589324b582
commit d233a84362
2 changed files with 4 additions and 0 deletions

View File

@@ -150,6 +150,7 @@ const SettingVerge = ({ onError }: Props) => {
<Select size="small" sx={{ width: 140, "> div": { py: "7.5px" } }}>
<MenuItem value="bash">Bash</MenuItem>
<MenuItem value="cmd">CMD</MenuItem>
<MenuItem value="nushell">Nushell</MenuItem>
<MenuItem value="powershell">PowerShell</MenuItem>
</Select>
</GuardState>