Skip to content
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

Maintain directory context when upgrading #3

Merged
merged 1 commit into from Mar 16, 2017
Merged

Maintain directory context when upgrading #3

merged 1 commit into from Mar 16, 2017

Conversation

robfletcher
Copy link
Contributor

If you're in your ~/.dotfiles directory and run upgrade_dotfiles you'll find yourself in a different directory when the command completes. This is because pushd <whatever directory you're already in> is a no-op but popd still runs.

If you're in your `~/.dotfiles` directory and run `upgrade_dotfiles` you'll find yourself in a different directory when the command completes. This is because `pushd <whatever directory you're already in>` is a no-op but `popd` still runs.
@DanielThomas DanielThomas merged commit 0c367cb into DanielThomas:master Mar 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants