Add announcement

This commit is contained in:
Saoud Rizwan
2024-09-02 01:15:22 -04:00
parent b02692e2f7
commit 520ef5281e
6 changed files with 14 additions and 28 deletions

View File

@@ -91,9 +91,7 @@ Default Shell: ${defaultShell}${await (async () => {
if (pythonEnvPath) {
return `\nPython Environment: ${pythonEnvPath}`
}
} catch (error) {
console.log("Failed to get python env path", error)
}
} catch {}
return ""
})()}
Home Directory: ${os.homedir()}