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

Sane defaults for OSX and keep current dir #1000

Merged
merged 2 commits into from
Jan 29, 2014
Merged

Conversation

mjallday
Copy link
Contributor

  • wget doesn't appear to be on OSX by default, CURL is.
  • pushd/popd so I go back to where I started from before I ran the command.

* wget doesn't appear to be on OSX by default, CURL is.
* `pushd/popd` so I go back to where I started from before I ran the command
@sethvargo
Copy link
Contributor

@mjallday why not just use:

(cd `brew --prefix`/etc/bash_completion.d && curl https://raw.github.com/berkshelf/berkshelf/master/berkshelf-complete.sh)

Which will return to PWD without pushing and popping

@mjallday
Copy link
Contributor Author

Sure, whatever works. If I knew that worked I would've done exactly that. Let me amend the PR.

reset added a commit that referenced this pull request Jan 29, 2014
Sane defaults for OSX and keep current dir
@reset reset merged commit 276335a into berkshelf:master Jan 29, 2014
@berkshelf berkshelf locked and limited conversation to collaborators Jun 16, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants