You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried following the instructions on my system but the mount path fails to expand correctly in the docker-toolbox environment. The colon printed by pwd (C:/myPath) is interpreted as a delimiter and the command fails (ref: #12590, #12751). That's a shortcoming of the function though, and not related to actually setting the function in the profile. I assume you're running without toolbox if this works on your end?
It would be good to document a warning regarding toolbox behavior, suggesting to use the Linux approach instead which will work under the toolbox environment.
And I have one nitpicking; If you look at git log --oneline you'll notice that all commit subjects are written in the imperative mood (see this blog post by chris beams for reasons). In an effort to keep the commit history consistent it would be great if adds changed to Add, so that the subject reads Add how-to for using a powershell profile. If this is the latest commit you have locally then git commit --amend should be enough, otherwise use git rebase -i 99c401. Then force push to your branch to update the PR.
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
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.
No description provided.