Conversation
Collaborator
Author
|
Working on the test failures. |
Owner
|
Please rebase on latest and squash your test fixes. |
84a2063 to
ab1d92b
Compare
Collaborator
Author
|
Hopefully this will merge with the branch name change. :-0 |
Owner
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
dahlbyk
approved these changes
Apr 20, 2018
Owner
dahlbyk
left a comment
There was a problem hiding this comment.
I'm partial to tildes, so I put that back between the status/path and PowerShell session information.
Collaborator
Author
|
Oh yeah, was that because of some conemu issue? |
Collaborator
Author
|
Also, can we merge this then? :-) |
Owner
Started that way, yeah: 1ed6d4d |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.