-
-
Notifications
You must be signed in to change notification settings - Fork 811
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Shorten window title text #567
Conversation
Working on the test failures. |
Please rebase on latest and squash your test fixes. |
84a2063
to
ab1d92b
Compare
Hopefully this will merge with the branch name change. :-0 |
GitHub will block deleting |
Modify Get-PromptPath to return full dir when path is equal to $Home. It will use ~ when path is in a subdir *under* $HOME. This does not address other path shortening techniques. We could do those in this PR or another one. Fixes #565
ab1d92b
to
aec5c95
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm partial to tildes, so I put that back between the status/path and PowerShell session information.
Oh yeah, was that because of some conemu issue? |
Also, can we merge this then? :-) |
Started that way, yeah: 1ed6d4d |
Modify Get-PromptPath to return full dir when path is equal to $Home.
It will use ~ when path is a subdir under $HOME.
This does not address other path shortening techniques.
We could do those in this PR or another one.
Fixes #565
Also I think this supersedes PR #538 for the 1.x branch.