feat: add nullshell env variable (#2285)

This commit is contained in:
Myles Mo
2024-12-04 19:01:13 +08:00
committed by GitHub
Unverified
parent 30f0c99a58
commit dbce6b5f1a
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>