Add shell integration support for PowerShell #11585
Replies: 1 comment
-
|
!vouch |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What do you want to change?
I want to add shell integration support similar to what's supported in bash. This would done in similar fashion by setting up
$function:prompt(similar to$PS1) and$function:PSConsoleHostReadLine(similar to$PS0).Why do you want to make this change?
PowerShell (
pwsh) is used by many, and I have a lot of experience developing for PowerShell. I use bash more on linux and macOS, but still find myself in PowerShell often enough. I do use oh-my-posh with shell integration and have already submitted some changes to make it work better with Ghostty, but adding support directly in Ghostty would work more generally.I acknowledge that:
Beta Was this translation helpful? Give feedback.
All reactions